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
 AccessUrl createAccessUrl()
          Create an instance of AccessUrl
 JAXBElement<AccessUrl> createAccessUrl(AccessUrl value)
          Create an instance of JAXBElement<AccessUrl>}
 AccessUrls createAccessUrls()
          Create an instance of AccessUrls
 JAXBElement<AccessUrls> createAccessUrls(AccessUrls value)
          Create an instance of JAXBElement<AccessUrls>}
 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>}
 JAXBElement<String> createBaseUrl(String value)
          Create an instance of JAXBElement<String>}
 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<String> createDataTransferType(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createDescription(String value)
          Create an instance of JAXBElement<String>}
 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<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>}
 JAXBElement<String> createModelValue(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createName(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> createOffset(String value)
          Create an instance of JAXBElement<String>}
 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>}
 References createReferences()
          Create an instance of References
 JAXBElement<References> createReferences(References value)
          Create an instance of JAXBElement<References>}
 JAXBElement<String> createReferenceType(String value)
          Create an instance of JAXBElement<String>}
 ReferenceTypeMap createReferenceTypeMap()
          Create an instance of ReferenceTypeMap
 JAXBElement<ReferenceTypeMap> createReferenceTypeMap(ReferenceTypeMap value)
          Create an instance of JAXBElement<ReferenceTypeMap>}
 RegistryPackage createRegistryPackage()
          Create an instance of RegistryPackage
 JAXBElement<RegistryPackage> createRegistryPackage(RegistryPackage value)
          Create an instance of JAXBElement<RegistryPackage>}
 JAXBElement<String> createServerUrl(String value)
          Create an instance of JAXBElement<String>}
 StorageIngestion createStorageIngestion()
          Create an instance of StorageIngestion
 JAXBElement<StorageIngestion> createStorageIngestion(StorageIngestion value)
          Create an instance of JAXBElement<StorageIngestion>}
 XPath createXPath()
          Create an instance of XPath
 JAXBElement<XPath> createXPath(XPath value)
          Create an instance of JAXBElement<XPath>}
 
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

createAccessUrls

public AccessUrls createAccessUrls()
Create an instance of AccessUrls


createAccessUrl

public AccessUrl createAccessUrl()
Create an instance of AccessUrl


createRegistryPackage

public RegistryPackage createRegistryPackage()
Create an instance of RegistryPackage


createNamespace

public Namespace createNamespace()
Create an instance of Namespace


createPolicy

public Policy createPolicy()
Create an instance of Policy


createReferences

public References createReferences()
Create an instance of References


createCollection

public Collection createCollection()
Create an instance of Collection


createStorageIngestion

public StorageIngestion createStorageIngestion()
Create an instance of StorageIngestion


createPds4ProductMetadata

public Pds4ProductMetadata createPds4ProductMetadata()
Create an instance of Pds4ProductMetadata


createDirectory

public Directory createDirectory()
Create an instance of Directory


createPds3Directory

public Pds3Directory createPds3Directory()
Create an instance of Pds3Directory


createAssociations

public Associations createAssociations()
Create an instance of Associations


createBundle

public Bundle createBundle()
Create an instance of Bundle


createReferenceTypeMap

public ReferenceTypeMap createReferenceTypeMap()
Create an instance of ReferenceTypeMap


createIncludePath

public IncludePath createIncludePath()
Create an instance of IncludePath


createXPath

public XPath createXPath()
Create an instance of XPath


createCandidate

public Candidate createCandidate()
Create an instance of Candidate


createPds3ProductMetadata

public Pds3ProductMetadata createPds3ProductMetadata()
Create an instance of Pds3ProductMetadata


createAncillaryMetadata

public AncillaryMetadata createAncillaryMetadata()
Create an instance of AncillaryMetadata


createAssociation

public Association createAssociation()
Create an instance of Association


createElementName

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


createAccessUrls

public JAXBElement<AccessUrls> createAccessUrls(AccessUrls value)
Create an instance of JAXBElement<AccessUrls>}


createPds3ProductMetadata

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


createAncillaryMetadata

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


createNamespace

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


createBaseUrl

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


createReferences

public JAXBElement<References> createReferences(References value)
Create an instance of JAXBElement<References>}


createReferenceType

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


createDirectories

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


createAccessUrl

public JAXBElement<AccessUrl> createAccessUrl(AccessUrl value)
Create an instance of JAXBElement<AccessUrl>}


createDescription

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


createFile

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


createName

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


createPath

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


createModelValue

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


createOffset

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


createIncludePaths

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


createProductMetadata

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


createServerUrl

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


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


createAssociation

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


createRegistryPackage

public JAXBElement<RegistryPackage> createRegistryPackage(RegistryPackage value)
Create an instance of JAXBElement<RegistryPackage>}


createLidVidReference

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


createLidPrefix

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


createXPath

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


createFilePattern

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


createPds3Directory

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


createBundles

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


createAssociations

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


createReferenceTypeMap

public JAXBElement<ReferenceTypeMap> createReferenceTypeMap(ReferenceTypeMap value)
Create an instance of JAXBElement<ReferenceTypeMap>}


createStorageIngestion

public JAXBElement<StorageIngestion> createStorageIngestion(StorageIngestion value)
Create an instance of JAXBElement<StorageIngestion>}


createLidReference

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


createDataTransferType

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



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