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> createAccessUrls(AccessUrl value)
          Create an instance of JAXBElement<AccessUrl>}
 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<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>}
 JAXBElement<String> createModelVersion(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>}
 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>}
 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

createAncillaryMetadata

public AncillaryMetadata createAncillaryMetadata()
Create an instance of AncillaryMetadata


createBundle

public Bundle createBundle()
Create an instance of Bundle


createAssociations

public Associations createAssociations()
Create an instance of Associations


createStorageIngestion

public StorageIngestion createStorageIngestion()
Create an instance of StorageIngestion


createDirectory

public Directory createDirectory()
Create an instance of Directory


createAssociation

public Association createAssociation()
Create an instance of Association


createCandidate

public Candidate createCandidate()
Create an instance of Candidate


createPolicy

public Policy createPolicy()
Create an instance of Policy


createPds4ProductMetadata

public Pds4ProductMetadata createPds4ProductMetadata()
Create an instance of Pds4ProductMetadata


createAccessUrl

public AccessUrl createAccessUrl()
Create an instance of AccessUrl


createPds3Directory

public Pds3Directory createPds3Directory()
Create an instance of Pds3Directory


createValidation

public Validation createValidation()
Create an instance of Validation


createCollection

public Collection createCollection()
Create an instance of Collection


createNamespace

public Namespace createNamespace()
Create an instance of Namespace


createIncludePath

public IncludePath createIncludePath()
Create an instance of IncludePath


createPds3ProductMetadata

public Pds3ProductMetadata createPds3ProductMetadata()
Create an instance of Pds3ProductMetadata


createStorageIngestion

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


createElementName

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


createAccessUrls

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


createModelVersion

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


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


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


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


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


createEnabled

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


createValidation

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


createAssociation

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


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


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


createDataTransferType

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


createLidReference

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



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