Package gov.nasa.pds.search.core.schema
Class ObjectFactory
- java.lang.Object
-
- gov.nasa.pds.search.core.schema.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the gov.nasa.pds.search.core.schema 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
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.nasa.pds.search.core.schema
-
Method Summary
-
-
-
Method Detail
-
createSpecification
public Specification createSpecification()
Create an instance ofSpecification
-
createDataSource
public DataSource createDataSource()
Create an instance ofDataSource
-
createIndexField
public IndexField createIndexField()
Create an instance ofIndexField
-
createOutputString
public OutputString createOutputString()
Create an instance ofOutputString
-
createDataSources
public DataSources createDataSources()
Create an instance ofDataSources
-
createCheckAssociations
public JAXBElement<Boolean> createCheckAssociations(Boolean value)
-
createOutputString
public JAXBElement<OutputString> createOutputString(OutputString value)
-
createQuery
public JAXBElement<Query> createQuery(Query value)
-
createRegistryPath
public JAXBElement<String> createRegistryPath(String value)
-
createUrl
public JAXBElement<String> createUrl(String value)
-
createProduct
public JAXBElement<Product> createProduct(Product value)
-
createField
public JAXBElement<Field> createField(Field value)
-
createIndexFields
public JAXBElement<IndexField> createIndexFields(IndexField value)
-
createTitle
public JAXBElement<String> createTitle(String value)
-
createSource
public JAXBElement<DataSource> createSource(DataSource value)
-
createRegistryObjectType
public JAXBElement<String> createRegistryObjectType(String value)
-
createValue
public JAXBElement<String> createValue(String value)
-
createSpecification
public JAXBElement<Specification> createSpecification(Specification value)
-
createDataSources
public JAXBElement<DataSources> createDataSources(DataSources value)
-
createRegistryObjectName
public JAXBElement<String> createRegistryObjectName(String value)
-
-