org.sdmx.resources.sdmxml.schemas.v2_1.query
Class DimensionValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataStructureComponentValueQueryType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DimensionValueType

public class DimensionValueType
extends DataStructureComponentValueQueryType

DimensionValueType is used to query for data where a given dimension has a particular value.

Java class for DimensionValueType complex type.

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

 <complexType name="DimensionValueType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataStructureComponentValueQueryType">
       <sequence>
         <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NCNameIDType"/>
         <choice>
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}NumericValue" maxOccurs="2"/>
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}TimeValue" maxOccurs="2"/>
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}Value"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.DataStructureComponentValueQueryType
id, numericValue, textValue, timeValue, value
 
Constructor Summary
DimensionValueType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.DataStructureComponentValueQueryType
getID, getNumericValue, getTextValue, getTimeValue, getValue, setID, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionValueType

public DimensionValueType()


Copyright © 2012. All Rights Reserved.