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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.common.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.common 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.common
 
Method Summary
 AnnotationsType createAnnotationsType()
          Create an instance of AnnotationsType
 AnnotationType createAnnotationType()
          Create an instance of AnnotationType
 ConstraintType createConstraintType()
          Create an instance of ConstraintType
 CubeRegionType createCubeRegionType()
          Create an instance of CubeRegionType
 KeySetType createKeySetType()
          Create an instance of KeySetType
 KeyType createKeyType()
          Create an instance of KeyType
 JAXBElement<String> createKeyTypeComponentRef(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createKeyTypeValue(String value)
          Create an instance of JAXBElement<String>}
 MemberType createMemberType()
          Create an instance of MemberType
 MemberValueType createMemberValueType()
          Create an instance of MemberValueType
 MetadataConceptSetType createMetadataConceptSetType()
          Create an instance of MetadataConceptSetType
 ReferencePeriodType createReferencePeriodType()
          Create an instance of ReferencePeriodType
 ReleaseCalendarType createReleaseCalendarType()
          Create an instance of ReleaseCalendarType
 TextType createTextType()
          Create an instance of TextType
 
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.common

Method Detail

createKeyType

public KeyType createKeyType()
Create an instance of KeyType


createReleaseCalendarType

public ReleaseCalendarType createReleaseCalendarType()
Create an instance of ReleaseCalendarType


createKeySetType

public KeySetType createKeySetType()
Create an instance of KeySetType


createAnnotationType

public AnnotationType createAnnotationType()
Create an instance of AnnotationType


createCubeRegionType

public CubeRegionType createCubeRegionType()
Create an instance of CubeRegionType


createMemberValueType

public MemberValueType createMemberValueType()
Create an instance of MemberValueType


createMemberType

public MemberType createMemberType()
Create an instance of MemberType


createMetadataConceptSetType

public MetadataConceptSetType createMetadataConceptSetType()
Create an instance of MetadataConceptSetType


createTextType

public TextType createTextType()
Create an instance of TextType


createAnnotationsType

public AnnotationsType createAnnotationsType()
Create an instance of AnnotationsType


createReferencePeriodType

public ReferencePeriodType createReferencePeriodType()
Create an instance of ReferencePeriodType


createConstraintType

public ConstraintType createConstraintType()
Create an instance of ConstraintType


createKeyTypeValue

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


createKeyTypeComponentRef

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



Copyright © 2012. All Rights Reserved.