public class ObjectFactory
extends java.lang.Object
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 and 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
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<java.lang.Boolean> |
createCheckAssociations(java.lang.Boolean value)
Create an instance of
JAXBElement < Boolean > } |
DataSource |
createDataSource()
Create an instance of
DataSource |
DataSources |
createDataSources()
Create an instance of
DataSources |
javax.xml.bind.JAXBElement<DataSources> |
createDataSources(DataSources value)
|
Field |
createField()
Create an instance of
Field |
javax.xml.bind.JAXBElement<Field> |
createField(Field value)
|
IndexField |
createIndexField()
Create an instance of
IndexField |
javax.xml.bind.JAXBElement<IndexField> |
createIndexFields(IndexField value)
|
OutputString |
createOutputString()
Create an instance of
OutputString |
javax.xml.bind.JAXBElement<OutputString> |
createOutputString(OutputString value)
|
Product |
createProduct()
Create an instance of
Product |
javax.xml.bind.JAXBElement<Product> |
createProduct(Product value)
|
Query |
createQuery()
Create an instance of
Query |
javax.xml.bind.JAXBElement<Query> |
createQuery(Query value)
|
javax.xml.bind.JAXBElement<java.lang.String> |
createRegistryObjectName(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<java.lang.String> |
createRegistryObjectType(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<java.lang.String> |
createRegistryPath(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<DataSource> |
createSource(DataSource value)
|
Specification |
createSpecification()
Create an instance of
Specification |
javax.xml.bind.JAXBElement<Specification> |
createSpecification(Specification value)
|
javax.xml.bind.JAXBElement<java.lang.String> |
createTitle(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<java.lang.String> |
createUrl(java.lang.String value)
Create an instance of
JAXBElement < String > } |
javax.xml.bind.JAXBElement<java.lang.String> |
createValue(java.lang.String value)
Create an instance of
JAXBElement < String > } |
public ObjectFactory()
public Specification createSpecification()
Specification
public DataSource createDataSource()
DataSource
public IndexField createIndexField()
IndexField
public OutputString createOutputString()
OutputString
public DataSources createDataSources()
DataSources
public javax.xml.bind.JAXBElement<java.lang.Boolean> createCheckAssociations(java.lang.Boolean value)
JAXBElement
<
Boolean
>
}public javax.xml.bind.JAXBElement<OutputString> createOutputString(OutputString value)
public javax.xml.bind.JAXBElement<java.lang.String> createRegistryPath(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<java.lang.String> createUrl(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<IndexField> createIndexFields(IndexField value)
public javax.xml.bind.JAXBElement<java.lang.String> createTitle(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<DataSource> createSource(DataSource value)
public javax.xml.bind.JAXBElement<java.lang.String> createRegistryObjectType(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<java.lang.String> createValue(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
public javax.xml.bind.JAXBElement<DataSources> createDataSources(DataSources value)
public javax.xml.bind.JAXBElement<java.lang.String> createRegistryObjectName(java.lang.String value)
JAXBElement
<
String
>
}Copyright © 2010-2018 Planetary Data System. All Rights Reserved.