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
 AncillaryMetadata createAncillaryMetadata()
          Create an instance of AncillaryMetadata
 JAXBElement<AncillaryMetadata> createAncillaryMetadata(AncillaryMetadata value)
          Create an instance of JAXBElement<AncillaryMetadata>}
 Association createAssociation()
          Create an instance of Association
 JAXBElement<Association> createAssociation(Association value)
          Create an instance of JAXBElement<Association>}
 Associations createAssociations()
          Create an instance of Associations
 JAXBElement<Associations> createAssociations(Associations value)
          Create an instance of JAXBElement<Associations>}
 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> createElementName(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<Boolean> createEnabled(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 JAXBElement<String> createFile(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createFilePattern(String value)
          Create an instance of JAXBElement<String>}
 IncludePath createIncludePath()
          Create an instance of IncludePath
 JAXBElement<IncludePath> createIncludePaths(IncludePath value)
          Create an instance of JAXBElement<IncludePath>}
 JAXBElement<String> createLidPrefix(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createLidReference(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createLidVidReference(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>}
 Pds3Directory createPds3Directory()
          Create an instance of Pds3Directory
 JAXBElement<Pds3Directory> createPds3Directory(Pds3Directory value)
          Create an instance of JAXBElement<Pds3Directory>}
 Pds3ProductMetadata createPds3ProductMetadata()
          Create an instance of Pds3ProductMetadata
 JAXBElement<Pds3ProductMetadata> createPds3ProductMetadata(Pds3ProductMetadata value)
          Create an instance of JAXBElement<Pds3ProductMetadata>}
 Pds4ProductMetadata createPds4ProductMetadata()
          Create an instance of Pds4ProductMetadata
 Policy createPolicy()
          Create an instance of Policy
 JAXBElement<Pds4ProductMetadata> createProductMetadata(Pds4ProductMetadata value)
          Create an instance of JAXBElement<Pds4ProductMetadata>}
 JAXBElement<String> createReferenceType(String value)
          Create an instance of JAXBElement<String>}
 Validation createValidation()
          Create an instance of Validation
 JAXBElement<Validation> createValidation(Validation value)
          Create an instance of JAXBElement<Validation>}
 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

createPds3ProductMetadata

public Pds3ProductMetadata createPds3ProductMetadata()
Create an instance of Pds3ProductMetadata


createPolicy

public Policy createPolicy()
Create an instance of Policy


createCollection

public Collection createCollection()
Create an instance of Collection


createCandidate

public Candidate createCandidate()
Create an instance of Candidate


createAncillaryMetadata

public AncillaryMetadata createAncillaryMetadata()
Create an instance of AncillaryMetadata


createDirectory

public Directory createDirectory()
Create an instance of Directory


createPds4ProductMetadata

public Pds4ProductMetadata createPds4ProductMetadata()
Create an instance of Pds4ProductMetadata


createAssociations

public Associations createAssociations()
Create an instance of Associations


createAssociation

public Association createAssociation()
Create an instance of Association


createIncludePath

public IncludePath createIncludePath()
Create an instance of IncludePath


createValidation

public Validation createValidation()
Create an instance of Validation


createPds3Directory

public Pds3Directory createPds3Directory()
Create an instance of Pds3Directory


createBundle

public Bundle createBundle()
Create an instance of Bundle


createNamespace

public Namespace createNamespace()
Create an instance of Namespace


createEnabled

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


createElementName

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


createAssociation

public JAXBElement<Association> createAssociation(Association value)
Create an instance of JAXBElement<Association>}


createValidation

public JAXBElement<Validation> createValidation(Validation value)
Create an instance of JAXBElement<Validation>}


createLidVidReference

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


createAncillaryMetadata

public JAXBElement<AncillaryMetadata> createAncillaryMetadata(AncillaryMetadata value)
Create an instance of JAXBElement<AncillaryMetadata>}


createPds3ProductMetadata

public JAXBElement<Pds3ProductMetadata> createPds3ProductMetadata(Pds3ProductMetadata value)
Create an instance of JAXBElement<Pds3ProductMetadata>}


createNamespace

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


createLidPrefix

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


createXPath

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


createPds3Directory

public JAXBElement<Pds3Directory> createPds3Directory(Pds3Directory value)
Create an instance of JAXBElement<Pds3Directory>}


createFilePattern

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


createReferenceType

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


createBundles

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


createDirectories

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


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>}


createAssociations

public JAXBElement<Associations> createAssociations(Associations value)
Create an instance of JAXBElement<Associations>}


createIncludePaths

public JAXBElement<IncludePath> createIncludePaths(IncludePath value)
Create an instance of JAXBElement<IncludePath>}


createLidReference

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


createProductMetadata

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


createCollections

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


createCandidates

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



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