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

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

public class DataSetRepresentationType
extends RepresentationType

DataSetRepresentationType defines the possible local representations of a data set reference target object. The representation is fixed to always be a data set reference.

Java class for DataSetRepresentationType complex type.

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

 <complexType name="DataSetRepresentationType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}RepresentationType">
       <sequence>
         <element name="TextFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}DataSetTextFormatType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
enumeration, enumerationFormat, textFormat
 
Constructor Summary
DataSetRepresentationType()
           
 
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

DataSetRepresentationType

public DataSetRepresentationType()


Copyright © 2012. All Rights Reserved.