org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
Class TimeValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.TimeValueType
public class TimeValueType
- extends BaseValueType
TimeValueType is a derivation of the BaseValueType which is used to provide a value for the time dimension. Since the identifier for the time dimension 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 TimeValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeValueType">
<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="TIME_PERIOD" />
<attribute name="value" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObservationalTimePeriodType" />
</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 |
TimeValueType
public TimeValueType()
Copyright © 2012. All Rights Reserved.