Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.BaseValueType

Packages that use BaseValueType
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic   
 

Uses of BaseValueType in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
 

Subclasses of BaseValueType in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
 class ComponentValueType
          ComponentValueType is a derivation of the BaseValueType which requires that the component reference be provided.
 class ObsValueType
          ObsValueType is a derivation of the BaseValueType which is used to provide an observation value.
 class TimeValueType
          TimeValueType is a derivation of the BaseValueType which is used to provide a value for the time dimension.
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic declared as BaseValueType
protected  BaseValueType ObsType.obsDimension
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic that return BaseValueType
 BaseValueType ObjectFactory.createBaseValueType()
          Create an instance of BaseValueType
 BaseValueType ObsType.getObsDimension()
          Gets the value of the obsDimension property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic with parameters of type BaseValueType
 void ObsType.setObsDimension(BaseValueType value)
          Sets the value of the obsDimension property.
 



Copyright © 2012. All Rights Reserved.