gov.nasa.pds.search.core.schema
Class ObjectFactory

java.lang.Object
  extended by 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
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
 JAXBElement<Boolean> createCheckAssociations(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 DataSource createDataSource()
          Create an instance of DataSource
 DataSources createDataSources()
          Create an instance of DataSources
 JAXBElement<DataSources> createDataSources(DataSources value)
          Create an instance of JAXBElement<DataSources>}
 Field createField()
          Create an instance of Field
 JAXBElement<Field> createField(Field value)
          Create an instance of JAXBElement<Field>}
 IndexField createIndexField()
          Create an instance of IndexField
 JAXBElement<IndexField> createIndexFields(IndexField value)
          Create an instance of JAXBElement<IndexField>}
 OutputString createOutputString()
          Create an instance of OutputString
 JAXBElement<OutputString> createOutputString(OutputString value)
          Create an instance of JAXBElement<OutputString>}
 Product createProduct()
          Create an instance of Product
 JAXBElement<Product> createProduct(Product value)
          Create an instance of JAXBElement<Product>}
 Query createQuery()
          Create an instance of Query
 JAXBElement<Query> createQuery(Query value)
          Create an instance of JAXBElement<Query>}
 JAXBElement<String> createRegistryObjectName(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createRegistryObjectType(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createRegistryPath(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<DataSource> createSource(DataSource value)
          Create an instance of JAXBElement<DataSource>}
 Specification createSpecification()
          Create an instance of Specification
 JAXBElement<Specification> createSpecification(Specification value)
          Create an instance of JAXBElement<Specification>}
 JAXBElement<String> createTitle(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createUrl(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createValue(String value)
          Create an instance of JAXBElement<String>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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 Detail

createField

public Field createField()
Create an instance of Field


createSpecification

public Specification createSpecification()
Create an instance of Specification


createProduct

public Product createProduct()
Create an instance of Product


createDataSource

public DataSource createDataSource()
Create an instance of DataSource


createIndexField

public IndexField createIndexField()
Create an instance of IndexField


createOutputString

public OutputString createOutputString()
Create an instance of OutputString


createQuery

public Query createQuery()
Create an instance of Query


createDataSources

public DataSources createDataSources()
Create an instance of DataSources


createCheckAssociations

public JAXBElement<Boolean> createCheckAssociations(Boolean value)
Create an instance of JAXBElement<Boolean>}


createOutputString

public JAXBElement<OutputString> createOutputString(OutputString value)
Create an instance of JAXBElement<OutputString>}


createQuery

public JAXBElement<Query> createQuery(Query value)
Create an instance of JAXBElement<Query>}


createRegistryPath

public JAXBElement<String> createRegistryPath(String value)
Create an instance of JAXBElement<String>}


createUrl

public JAXBElement<String> createUrl(String value)
Create an instance of JAXBElement<String>}


createProduct

public JAXBElement<Product> createProduct(Product value)
Create an instance of JAXBElement<Product>}


createField

public JAXBElement<Field> createField(Field value)
Create an instance of JAXBElement<Field>}


createIndexFields

public JAXBElement<IndexField> createIndexFields(IndexField value)
Create an instance of JAXBElement<IndexField>}


createTitle

public JAXBElement<String> createTitle(String value)
Create an instance of JAXBElement<String>}


createSource

public JAXBElement<DataSource> createSource(DataSource value)
Create an instance of JAXBElement<DataSource>}


createRegistryObjectType

public JAXBElement<String> createRegistryObjectType(String value)
Create an instance of JAXBElement<String>}


createValue

public JAXBElement<String> createValue(String value)
Create an instance of JAXBElement<String>}


createSpecification

public JAXBElement<Specification> createSpecification(Specification value)
Create an instance of JAXBElement<Specification>}


createDataSources

public JAXBElement<DataSources> createDataSources(DataSources value)
Create an instance of JAXBElement<DataSources>}


createRegistryObjectName

public JAXBElement<String> createRegistryObjectName(String value)
Create an instance of JAXBElement<String>}



Copyright © 2010–2014 Planetary Data System. All rights reserved.