org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
Class ObsValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.ObsValueType
public class ObsValueType
- extends BaseValueType
ObsValueType is a derivation of the BaseValueType which is used to provide an observation value. Since an observation value is always associated with the data structure definition primary measure, and the identifier for the primary measure is fixed, the component reference for this structure is fixed. Note that this means that it is not necessary to provide a value in an instance as the fixed value will be provided in the post validation information set.
Java class for ObsValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObsValueType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}BaseValueType">
<attribute name="id" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NCNameIDType" fixed="OBS_VALUE" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType |
id, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObsValueType
public ObsValueType()
Copyright © 2012. All Rights Reserved.