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

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

public class MetadataAttributeRepresentationType
extends RepresentationType

MetadataAttributeRepresentationType defines the possible local representations of a metadata attribute.

Java class for MetadataAttributeRepresentationType complex type.

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

 <complexType name="MetadataAttributeRepresentationType">
   <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}BasicComponentTextFormatType"/>
         <sequence>
           <element name="Enumeration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodelistReferenceType"/>
           <element name="EnumerationFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CodededTextFormatType" minOccurs="0"/>
         </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
MetadataAttributeRepresentationType()
           
 
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

MetadataAttributeRepresentationType

public MetadataAttributeRepresentationType()


Copyright © 2012. All Rights Reserved.