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

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

public class ConceptRepresentation
extends RepresentationType

ConceptRepresentation defines the core representation that are allowed for a concept. The text format allowed for a concept is that which is allowed for any non-target object component.

Java class for ConceptRepresentation complex type.

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

 <complexType name="ConceptRepresentation">
   <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
ConceptRepresentation()
           
 
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

ConceptRepresentation

public ConceptRepresentation()


Copyright © 2012. All Rights Reserved.