uk.gov.nationalarchives.pronom
Class ObjectFactory

java.lang.Object
  extended by uk.gov.nationalarchives.pronom.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the uk.gov.nationalarchives.pronom 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: uk.gov.nationalarchives.pronom
 
Method Summary
 ByteSequenceType createByteSequenceType()
          Create an instance of ByteSequenceType
 FileFormatType createFileFormatType()
          Create an instance of FileFormatType
 javax.xml.bind.JAXBElement<String> createFileFormatTypeExtension(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<BigInteger> createFileFormatTypeHasPriorityOverFileFormatID(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 javax.xml.bind.JAXBElement<BigInteger> createFileFormatTypeInternalSignatureID(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 FragmentType createFragmentType()
          Create an instance of FragmentType
 GetSignatureFileV1 createGetSignatureFileV1()
          Create an instance of GetSignatureFileV1
 GetSignatureFileV1Response createGetSignatureFileV1Response()
          Create an instance of GetSignatureFileV1Response
 GetSignatureFileVersionV1 createGetSignatureFileVersionV1()
          Create an instance of GetSignatureFileVersionV1
 GetSignatureFileVersionV1Response createGetSignatureFileVersionV1Response()
          Create an instance of GetSignatureFileVersionV1Response
 InternalSignatureType createInternalSignatureType()
          Create an instance of InternalSignatureType
 ShiftType createShiftType()
          Create an instance of ShiftType
 SigFile createSigFile()
          Create an instance of SigFile
 SignatureFileType createSignatureFileType()
          Create an instance of SignatureFileType
 SignatureFileType.FileFormatCollection createSignatureFileTypeFileFormatCollection()
          Create an instance of SignatureFileType.FileFormatCollection
 SignatureFileType.InternalSignatureCollection createSignatureFileTypeInternalSignatureCollection()
          Create an instance of SignatureFileType.InternalSignatureCollection
 SubSequenceType createSubSequenceType()
          Create an instance of SubSequenceType
 javax.xml.bind.JAXBElement<FragmentType> createSubSequenceTypeLeftFragment(FragmentType value)
          Create an instance of JAXBElement<FragmentType>}
 javax.xml.bind.JAXBElement<FragmentType> createSubSequenceTypeRightFragment(FragmentType value)
          Create an instance of JAXBElement<FragmentType>}
 javax.xml.bind.JAXBElement<ShiftType> createSubSequenceTypeShift(ShiftType value)
          Create an instance of JAXBElement<ShiftType>}
 Version createVersion()
          Create an instance of Version
 
Methods inherited from class java.lang.Object
equals, 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: uk.gov.nationalarchives.pronom

Method Detail

createSignatureFileTypeFileFormatCollection

public SignatureFileType.FileFormatCollection createSignatureFileTypeFileFormatCollection()
Create an instance of SignatureFileType.FileFormatCollection


createSignatureFileType

public SignatureFileType createSignatureFileType()
Create an instance of SignatureFileType


createShiftType

public ShiftType createShiftType()
Create an instance of ShiftType


createSubSequenceType

public SubSequenceType createSubSequenceType()
Create an instance of SubSequenceType


createSigFile

public SigFile createSigFile()
Create an instance of SigFile


createInternalSignatureType

public InternalSignatureType createInternalSignatureType()
Create an instance of InternalSignatureType


createFragmentType

public FragmentType createFragmentType()
Create an instance of FragmentType


createSignatureFileTypeInternalSignatureCollection

public SignatureFileType.InternalSignatureCollection createSignatureFileTypeInternalSignatureCollection()
Create an instance of SignatureFileType.InternalSignatureCollection


createGetSignatureFileV1Response

public GetSignatureFileV1Response createGetSignatureFileV1Response()
Create an instance of GetSignatureFileV1Response


createByteSequenceType

public ByteSequenceType createByteSequenceType()
Create an instance of ByteSequenceType


createGetSignatureFileVersionV1Response

public GetSignatureFileVersionV1Response createGetSignatureFileVersionV1Response()
Create an instance of GetSignatureFileVersionV1Response


createGetSignatureFileVersionV1

public GetSignatureFileVersionV1 createGetSignatureFileVersionV1()
Create an instance of GetSignatureFileVersionV1


createVersion

public Version createVersion()
Create an instance of Version


createFileFormatType

public FileFormatType createFileFormatType()
Create an instance of FileFormatType


createGetSignatureFileV1

public GetSignatureFileV1 createGetSignatureFileV1()
Create an instance of GetSignatureFileV1


createSubSequenceTypeLeftFragment

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


createSubSequenceTypeShift

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


createSubSequenceTypeRightFragment

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


createFileFormatTypeHasPriorityOverFileFormatID

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


createFileFormatTypeExtension

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


createFileFormatTypeInternalSignatureID

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



Copyright © 2013 Open Planets Foundation. All Rights Reserved.