Uses of Class
org.jomc.model.bootstrap.Schema

Packages that use Schema
org.jomc.model.bootstrap Object management and configuration model bootstrap classes. 
 

Uses of Schema in org.jomc.model.bootstrap
 

Fields in org.jomc.model.bootstrap with type parameters of type Schema
protected  List<Schema> Schemas.schema
           
 

Methods in org.jomc.model.bootstrap that return Schema
 Schema Schema.clone()
          Creates and returns a deep copy of this object.
 Schema ObjectFactory.createSchema()
          Create an instance of Schema
 Schema Schemas.getSchemaByPublicId(String publicId)
          Gets a schema for a given public identifier from this list of schemas.
 Schema Schemas.getSchemaBySystemId(String systemId)
          Gets a schema for a given system identifier from this list of schemas.
 

Methods in org.jomc.model.bootstrap that return types with arguments of type Schema
 javax.xml.bind.JAXBElement<Schema> ObjectFactory.createSchema(Schema value)
          Create an instance of JAXBElement<Schema>}
 List<Schema> Schemas.getSchema()
          Gets the value of the schema property.
 

Methods in org.jomc.model.bootstrap with parameters of type Schema
 javax.xml.bind.JAXBElement<Schema> ObjectFactory.createSchema(Schema value)
          Create an instance of JAXBElement<Schema>}
 

Constructors in org.jomc.model.bootstrap with parameters of type Schema
Schema(Schema o)
          Creates a new Schema instance by deeply copying a given Schema instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.