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

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

Uses of Schemas in org.jomc.model
 

Methods in org.jomc.model that return Schemas
 Schemas DefaultModelManager.getClasspathSchemas(ClassLoader classLoader, String location)
          Gets schemas by searching a given class loader for resources.
 

Uses of Schemas in org.jomc.model.bootstrap
 

Methods in org.jomc.model.bootstrap that return Schemas
 Schemas Schemas.clone()
          Creates and returns a deep copy of this object.
 Schemas ObjectFactory.createSchemas()
          Create an instance of Schemas
 

Methods in org.jomc.model.bootstrap that return types with arguments of type Schemas
 javax.xml.bind.JAXBElement<Schemas> ObjectFactory.createSchemas(Schemas value)
          Create an instance of JAXBElement<Schemas>}
 

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

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



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