org.sdmx.resources.sdmxml.schemas.v2_1.query
Class PrimaryMeasureValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataStructureComponentValueQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.query.PrimaryMeasureValueType
public class PrimaryMeasureValueType
- extends DataStructureComponentValueQueryType
PrimaryMeasureValueType is used to query for data where the primary measure (i.e. the observed value) has a particular value.
Java class for PrimaryMeasureValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimaryMeasureValueType">
<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" minOccurs="0"/>
<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}TextValue"/>
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimaryMeasureValueType
public PrimaryMeasureValueType()
Copyright © 2012. All Rights Reserved.