org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class IdentifiableObjectRepresentationType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableObjectRepresentationType

public class IdentifiableObjectRepresentationType
extends RepresentationType

IdentifiableObjectRepresentationType defines the possible local representations of an identifiable object target object.

Java class for IdentifiableObjectRepresentationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdentifiableObjectRepresentationType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}RepresentationType">
       <choice>
         <element name="TextFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}IdentifiableObjectTextFormatType"/>
         <sequence>
           <element name="Enumeration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceType"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
enumeration, enumerationFormat, textFormat
 
Constructor Summary
IdentifiableObjectRepresentationType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
getEnumeration, getEnumerationFormat, getTextFormat, setEnumeration, setEnumerationFormat, setTextFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiableObjectRepresentationType

public IdentifiableObjectRepresentationType()


Copyright © 2012. All Rights Reserved.