Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_1.query.SimpleValueType

Packages that use SimpleValueType
org.sdmx.resources.sdmxml.schemas.v2_1.query   
 

Uses of SimpleValueType in org.sdmx.resources.sdmxml.schemas.v2_1.query
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as SimpleValueType
protected  SimpleValueType ConceptValueType.value
           
protected  SimpleValueType MetadataAttributeValueType.value
           
protected  SimpleValueType DataStructureComponentValueQueryType.value
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return SimpleValueType
 SimpleValueType ObjectFactory.createSimpleValueType()
          Create an instance of SimpleValueType
 SimpleValueType ConceptValueType.getValue()
          Gets the value of the value property.
 SimpleValueType MetadataAttributeValueType.getValue()
          Gets the value of the value property.
 SimpleValueType DataStructureComponentValueQueryType.getValue()
          Gets the value of the value property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return types with arguments of type SimpleValueType
 JAXBElement<SimpleValueType> ObjectFactory.createValue(SimpleValueType value)
          Create an instance of JAXBElement<SimpleValueType>}
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type SimpleValueType
 JAXBElement<SimpleValueType> ObjectFactory.createValue(SimpleValueType value)
          Create an instance of JAXBElement<SimpleValueType>}
 void ConceptValueType.setValue(SimpleValueType value)
          Sets the value of the value property.
 void MetadataAttributeValueType.setValue(SimpleValueType value)
          Sets the value of the value property.
 void DataStructureComponentValueQueryType.setValue(SimpleValueType value)
          Sets the value of the value property.
 



Copyright © 2012. All Rights Reserved.