gov.nasa.pds.harvest.policy
Class ObjectFactory

java.lang.Object
  extended by gov.nasa.pds.harvest.policy.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.harvest.policy 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.harvest.policy
 
Method Summary
 Bundle createBundle()
          Create an instance of Bundle
 JAXBElement<Bundle> createBundles(Bundle value)
          Create an instance of JAXBElement<Bundle>}
 Candidate createCandidate()
          Create an instance of Candidate
 JAXBElement<Candidate> createCandidates(Candidate value)
          Create an instance of JAXBElement<Candidate>}
 Collection createCollection()
          Create an instance of Collection
 JAXBElement<Collection> createCollections(Collection value)
          Create an instance of JAXBElement<Collection>}
 JAXBElement<Directory> createDirectories(Directory value)
          Create an instance of JAXBElement<Directory>}
 Directory createDirectory()
          Create an instance of Directory
 JAXBElement<String> createFile(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createFilePattern(String value)
          Create an instance of JAXBElement<String>}
 Namespace createNamespace()
          Create an instance of Namespace
 JAXBElement<Namespace> createNamespace(Namespace value)
          Create an instance of JAXBElement<Namespace>}
 JAXBElement<String> createPath(String value)
          Create an instance of JAXBElement<String>}
 Policy createPolicy()
          Create an instance of Policy
 JAXBElement<Policy> createPolicy(Policy value)
          Create an instance of JAXBElement<Policy>}
 ProductMetadata createProductMetadata()
          Create an instance of ProductMetadata
 JAXBElement<ProductMetadata> createProductMetadata(ProductMetadata value)
          Create an instance of JAXBElement<ProductMetadata>}
 JAXBElement<String> createXPath(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.harvest.policy

Method Detail

createBundle

public Bundle createBundle()
Create an instance of Bundle


createNamespace

public Namespace createNamespace()
Create an instance of Namespace


createDirectory

public Directory createDirectory()
Create an instance of Directory


createCandidate

public Candidate createCandidate()
Create an instance of Candidate


createProductMetadata

public ProductMetadata createProductMetadata()
Create an instance of ProductMetadata


createPolicy

public Policy createPolicy()
Create an instance of Policy


createCollection

public Collection createCollection()
Create an instance of Collection


createXPath

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


createFilePattern

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


createDirectories

public JAXBElement<Directory> createDirectories(Directory value)
Create an instance of JAXBElement<Directory>}


createBundles

public JAXBElement<Bundle> createBundles(Bundle value)
Create an instance of JAXBElement<Bundle>}


createFile

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


createPath

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


createPolicy

public JAXBElement<Policy> createPolicy(Policy value)
Create an instance of JAXBElement<Policy>}


createProductMetadata

public JAXBElement<ProductMetadata> createProductMetadata(ProductMetadata value)
Create an instance of JAXBElement<ProductMetadata>}


createCollections

public JAXBElement<Collection> createCollections(Collection value)
Create an instance of JAXBElement<Collection>}


createNamespace

public JAXBElement<Namespace> createNamespace(Namespace value)
Create an instance of JAXBElement<Namespace>}


createCandidates

public JAXBElement<Candidate> createCandidates(Candidate value)
Create an instance of JAXBElement<Candidate>}



Copyright © 2005-2010 Planetary Data System. All Rights Reserved.