org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
Class TimeValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
      extended by 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>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
id, value
 
Constructor Summary
TimeValueType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeValueType

public TimeValueType()


Copyright © 2012. All Rights Reserved.