Class ObjectFactory
Object
ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the
generated package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAttributeType
Create an instance ofDomainsType
Create an instance ofDomainType
Create an instance ofIndexer
Create an instance ofIndexer.Collectors
Create an instance ofIndexer.Collectors.Collector
Create an instance ofIndexer.Coverages
Create an instance ofIndexer.Coverages.Coverage
Create an instance ofIndexer.Datastore
Create an instance ofParametersType
Create an instance ofParametersType.Parameter
Create an instance ofSchemasType
Create an instance ofSchemaType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
-
-
Method Details
-
createAttributeType
Create an instance ofAttributeType
-
createIndexerCoverages
Create an instance ofIndexer.Coverages
-
createSchemasType
Create an instance ofSchemasType
-
createIndexerCoveragesCoverage
Create an instance ofIndexer.Coverages.Coverage
-
createParametersType
Create an instance ofParametersType
-
createIndexerCollectorsCollector
Create an instance ofIndexer.Collectors.Collector
-
createDomainType
Create an instance ofDomainType
-
createParametersTypeParameter
Create an instance ofParametersType.Parameter
-
createIndexerCollectors
Create an instance ofIndexer.Collectors
-
createIndexer
Create an instance ofIndexer
-
createDomainsType
Create an instance ofDomainsType
-
createSchemaType
Create an instance ofSchemaType
-
createIndexerDatastore
Create an instance ofIndexer.Datastore
-