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.getSchema(String publicId)
          Gets a schema for a given public id from this list of schemas.
 

Methods in org.jomc.model.bootstrap that return types with arguments of type Schema
 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
 JAXBElement<Schema> ObjectFactory.createSchema(Schema value)
          Create an instance of JAXBElement<Schema>}
 

Method parameters in org.jomc.model.bootstrap with type arguments of type Schema
private static void Schemas.copySchema(List<Schema> source, List<Schema> target)
          Copies all values of property Schema deeply.
private static void Schemas.copySchema(List<Schema> source, List<Schema> target)
          Copies all values of property Schema deeply.
 

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



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