Package nl.b3p.csw.jaxb.elements
Class ObjectFactory
- java.lang.Object
-
- nl.b3p.csw.jaxb.elements.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the nl.b3p.csw.jaxb.elements 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.b3p.csw.jaxb.elements
-
Method Summary
-
-
-
Method Detail
-
createElementContainer
public ElementContainer createElementContainer()
Create an instance ofElementContainer
-
createSimpleLiteral
public SimpleLiteral createSimpleLiteral()
Create an instance ofSimpleLiteral
-
createSource
public Source createSource(SimpleLiteral value)
Create an instance ofSource}
-
createCoverage
public Coverage createCoverage(SimpleLiteral value)
Create an instance ofCoverage}
-
createCreator
public Creator createCreator(SimpleLiteral value)
Create an instance ofCreator}
-
createRelation
public Relation createRelation(SimpleLiteral value)
Create an instance ofRelation}
-
createIdentifier
public Identifier createIdentifier(SimpleLiteral value)
Create an instance ofIdentifier}
-
createDescription
public Description createDescription(SimpleLiteral value)
Create an instance ofDescription}
-
createDate
public Date createDate(SimpleLiteral value)
Create an instance ofDate}
-
createContributor
public Contributor createContributor(SimpleLiteral value)
Create an instance ofContributor}
-
createFormat
public Format createFormat(SimpleLiteral value)
Create an instance ofFormat}
-
createType
public Type createType(SimpleLiteral value)
Create an instance ofType}
-
createDCElement
public DCElement createDCElement(SimpleLiteral value)
Create an instance ofDCElement}
-
createPublisher
public Publisher createPublisher(SimpleLiteral value)
Create an instance ofPublisher}
-
createSubject
public Subject createSubject(SimpleLiteral value)
Create an instance ofSubject}
-
createTitle
public Title createTitle(SimpleLiteral value)
Create an instance ofTitle}
-
createLanguage
public Language createLanguage(SimpleLiteral value)
Create an instance ofLanguage}
-
createRights
public Rights createRights(SimpleLiteral value)
Create an instance ofRights}
-
-