org.archiviststoolkit.structure.DC
Class ObjectFactory

java.lang.Object
  extended by org.archiviststoolkit.structure.DC.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.archiviststoolkit.structure.DC 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: org.archiviststoolkit.structure.DC
 
Method Summary
 javax.xml.bind.JAXBElement<ElementType> createContributor(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createCoverage(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createCreator(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createDate(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createDescription(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 ElementType createElementType()
          Create an instance of ElementType
 javax.xml.bind.JAXBElement<ElementType> createFormat(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createIdentifier(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createLanguage(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createPublisher(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createRelation(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createRights(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createSource(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createSubject(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createTitle(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 javax.xml.bind.JAXBElement<ElementType> createType(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 
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: org.archiviststoolkit.structure.DC

Method Detail

createElementType

public ElementType createElementType()
Create an instance of ElementType


createRelation

public javax.xml.bind.JAXBElement<ElementType> createRelation(ElementType value)
Create an instance of JAXBElement<ElementType>}


createContributor

public javax.xml.bind.JAXBElement<ElementType> createContributor(ElementType value)
Create an instance of JAXBElement<ElementType>}


createTitle

public javax.xml.bind.JAXBElement<ElementType> createTitle(ElementType value)
Create an instance of JAXBElement<ElementType>}


createPublisher

public javax.xml.bind.JAXBElement<ElementType> createPublisher(ElementType value)
Create an instance of JAXBElement<ElementType>}


createType

public javax.xml.bind.JAXBElement<ElementType> createType(ElementType value)
Create an instance of JAXBElement<ElementType>}


createLanguage

public javax.xml.bind.JAXBElement<ElementType> createLanguage(ElementType value)
Create an instance of JAXBElement<ElementType>}


createCreator

public javax.xml.bind.JAXBElement<ElementType> createCreator(ElementType value)
Create an instance of JAXBElement<ElementType>}


createRights

public javax.xml.bind.JAXBElement<ElementType> createRights(ElementType value)
Create an instance of JAXBElement<ElementType>}


createIdentifier

public javax.xml.bind.JAXBElement<ElementType> createIdentifier(ElementType value)
Create an instance of JAXBElement<ElementType>}


createDescription

public javax.xml.bind.JAXBElement<ElementType> createDescription(ElementType value)
Create an instance of JAXBElement<ElementType>}


createFormat

public javax.xml.bind.JAXBElement<ElementType> createFormat(ElementType value)
Create an instance of JAXBElement<ElementType>}


createSubject

public javax.xml.bind.JAXBElement<ElementType> createSubject(ElementType value)
Create an instance of JAXBElement<ElementType>}


createSource

public javax.xml.bind.JAXBElement<ElementType> createSource(ElementType value)
Create an instance of JAXBElement<ElementType>}


createDate

public javax.xml.bind.JAXBElement<ElementType> createDate(ElementType value)
Create an instance of JAXBElement<ElementType>}


createCoverage

public javax.xml.bind.JAXBElement<ElementType> createCoverage(ElementType value)
Create an instance of JAXBElement<ElementType>}