|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Bundle createBundle()
Bundle
public Namespace createNamespace()
Namespace
public Directory createDirectory()
Directory
public Candidate createCandidate()
Candidate
public ProductMetadata createProductMetadata()
ProductMetadata
public Policy createPolicy()
Policy
public Collection createCollection()
Collection
public Validation createValidation()
Validation
public JAXBElement<Boolean> createEnabled(Boolean value)
JAXBElement
<
Boolean
>
}
public JAXBElement<Validation> createValidation(Validation value)
JAXBElement
<
Validation
>
}
public JAXBElement<String> createXPath(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createFilePattern(String value)
JAXBElement
<
String
>
}
public JAXBElement<Directory> createDirectories(Directory value)
JAXBElement
<
Directory
>
}
public JAXBElement<Bundle> createBundles(Bundle value)
JAXBElement
<
Bundle
>
}
public JAXBElement<String> createFile(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createPath(String value)
JAXBElement
<
String
>
}
public JAXBElement<Policy> createPolicy(Policy value)
JAXBElement
<
Policy
>
}
public JAXBElement<ProductMetadata> createProductMetadata(ProductMetadata value)
JAXBElement
<
ProductMetadata
>
}
public JAXBElement<Collection> createCollections(Collection value)
JAXBElement
<
Collection
>
}
public JAXBElement<Namespace> createNamespace(Namespace value)
JAXBElement
<
Namespace
>
}
public JAXBElement<Candidate> createCandidates(Candidate value)
JAXBElement
<
Candidate
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |