org.sdmx.resources.sdmxml.schemas.v2_0.message
Class ObjectFactory

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.message.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.sdmx.resources.sdmxml.schemas.v2_0.message 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.sdmx.resources.sdmxml.schemas.v2_0.message
 
Method Summary
 JAXBElement<CompactDataType> createCompactData(CompactDataType value)
          Create an instance of JAXBElement<CompactDataType>}
 CompactDataType createCompactDataType()
          Create an instance of CompactDataType
 ContactType createContactType()
          Create an instance of ContactType
 JAXBElement<String> createContactTypeEmail(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactTypeFax(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactTypeTelephone(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactTypeURI(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactTypeX400(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<CrossSectionalDataType> createCrossSectionalData(CrossSectionalDataType value)
          Create an instance of JAXBElement<CrossSectionalDataType>}
 CrossSectionalDataType createCrossSectionalDataType()
          Create an instance of CrossSectionalDataType
 JAXBElement<GenericDataType> createGenericData(GenericDataType value)
          Create an instance of JAXBElement<GenericDataType>}
 GenericDataType createGenericDataType()
          Create an instance of GenericDataType
 JAXBElement<GenericMetadataType> createGenericMetadata(GenericMetadataType value)
          Create an instance of JAXBElement<GenericMetadataType>}
 GenericMetadataType createGenericMetadataType()
          Create an instance of GenericMetadataType
 JAXBElement<HeaderType> createHeader(HeaderType value)
          Create an instance of JAXBElement<HeaderType>}
 HeaderType createHeaderType()
          Create an instance of HeaderType
 JAXBElement<MessageGroupType> createMessageGroup(MessageGroupType value)
          Create an instance of JAXBElement<MessageGroupType>}
 MessageGroupType createMessageGroupType()
          Create an instance of MessageGroupType
 JAXBElement<MetadataReportType> createMetadataReport(MetadataReportType value)
          Create an instance of JAXBElement<MetadataReportType>}
 MetadataReportType createMetadataReportType()
          Create an instance of MetadataReportType
 PartyType createPartyType()
          Create an instance of PartyType
 JAXBElement<QueryMessageType> createQueryMessage(QueryMessageType value)
          Create an instance of JAXBElement<QueryMessageType>}
 QueryMessageType createQueryMessageType()
          Create an instance of QueryMessageType
 JAXBElement<RegistryInterfaceType> createRegistryInterface(RegistryInterfaceType value)
          Create an instance of JAXBElement<RegistryInterfaceType>}
 RegistryInterfaceType createRegistryInterfaceType()
          Create an instance of RegistryInterfaceType
 JAXBElement<StructureType> createStructure(StructureType value)
          Create an instance of JAXBElement<StructureType>}
 StructureType createStructureType()
          Create an instance of StructureType
 JAXBElement<UtilityDataType> createUtilityData(UtilityDataType value)
          Create an instance of JAXBElement<UtilityDataType>}
 UtilityDataType createUtilityDataType()
          Create an instance of UtilityDataType
 
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.sdmx.resources.sdmxml.schemas.v2_0.message

Method Detail

createGenericDataType

public GenericDataType createGenericDataType()
Create an instance of GenericDataType


createCrossSectionalDataType

public CrossSectionalDataType createCrossSectionalDataType()
Create an instance of CrossSectionalDataType


createPartyType

public PartyType createPartyType()
Create an instance of PartyType


createMessageGroupType

public MessageGroupType createMessageGroupType()
Create an instance of MessageGroupType


createQueryMessageType

public QueryMessageType createQueryMessageType()
Create an instance of QueryMessageType


createHeaderType

public HeaderType createHeaderType()
Create an instance of HeaderType


createCompactDataType

public CompactDataType createCompactDataType()
Create an instance of CompactDataType


createRegistryInterfaceType

public RegistryInterfaceType createRegistryInterfaceType()
Create an instance of RegistryInterfaceType


createUtilityDataType

public UtilityDataType createUtilityDataType()
Create an instance of UtilityDataType


createMetadataReportType

public MetadataReportType createMetadataReportType()
Create an instance of MetadataReportType


createGenericMetadataType

public GenericMetadataType createGenericMetadataType()
Create an instance of GenericMetadataType


createStructureType

public StructureType createStructureType()
Create an instance of StructureType


createContactType

public ContactType createContactType()
Create an instance of ContactType


createMessageGroup

public JAXBElement<MessageGroupType> createMessageGroup(MessageGroupType value)
Create an instance of JAXBElement<MessageGroupType>}


createQueryMessage

public JAXBElement<QueryMessageType> createQueryMessage(QueryMessageType value)
Create an instance of JAXBElement<QueryMessageType>}


createGenericData

public JAXBElement<GenericDataType> createGenericData(GenericDataType value)
Create an instance of JAXBElement<GenericDataType>}


createHeader

public JAXBElement<HeaderType> createHeader(HeaderType value)
Create an instance of JAXBElement<HeaderType>}


createCrossSectionalData

public JAXBElement<CrossSectionalDataType> createCrossSectionalData(CrossSectionalDataType value)
Create an instance of JAXBElement<CrossSectionalDataType>}


createUtilityData

public JAXBElement<UtilityDataType> createUtilityData(UtilityDataType value)
Create an instance of JAXBElement<UtilityDataType>}


createGenericMetadata

public JAXBElement<GenericMetadataType> createGenericMetadata(GenericMetadataType value)
Create an instance of JAXBElement<GenericMetadataType>}


createStructure

public JAXBElement<StructureType> createStructure(StructureType value)
Create an instance of JAXBElement<StructureType>}


createRegistryInterface

public JAXBElement<RegistryInterfaceType> createRegistryInterface(RegistryInterfaceType value)
Create an instance of JAXBElement<RegistryInterfaceType>}


createCompactData

public JAXBElement<CompactDataType> createCompactData(CompactDataType value)
Create an instance of JAXBElement<CompactDataType>}


createMetadataReport

public JAXBElement<MetadataReportType> createMetadataReport(MetadataReportType value)
Create an instance of JAXBElement<MetadataReportType>}


createContactTypeTelephone

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


createContactTypeEmail

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


createContactTypeFax

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


createContactTypeX400

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


createContactTypeURI

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



Copyright © 2012. All Rights Reserved.