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

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

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as QueryTextType
protected  QueryTextType NameableWhereType.description
           
protected  QueryTextType NameableWhereType.name
           
protected  QueryTextType AnnotationWhereType.text
           
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query with type parameters of type QueryTextType
protected  List<QueryTextType> ConceptValueType.textValue
           
protected  List<QueryTextType> MetadataAttributeValueType.textValue
           
protected  List<QueryTextType> DataStructureComponentValueQueryType.textValue
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return QueryTextType
 QueryTextType ObjectFactory.createQueryTextType()
          Create an instance of QueryTextType
 QueryTextType NameableWhereType.getDescription()
          Gets the value of the description property.
 QueryTextType NameableWhereType.getName()
          Gets the value of the name property.
 QueryTextType AnnotationWhereType.getText()
          Gets the value of the text property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return types with arguments of type QueryTextType
 JAXBElement<QueryTextType> ObjectFactory.createTextValue(QueryTextType value)
          Create an instance of JAXBElement<QueryTextType>}
 List<QueryTextType> ConceptValueType.getTextValue()
          Gets the value of the textValue property.
 List<QueryTextType> MetadataAttributeValueType.getTextValue()
          Gets the value of the textValue property.
 List<QueryTextType> DataStructureComponentValueQueryType.getTextValue()
          Gets the value of the textValue property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type QueryTextType
 JAXBElement<QueryTextType> ObjectFactory.createTextValue(QueryTextType value)
          Create an instance of JAXBElement<QueryTextType>}
 void NameableWhereType.setDescription(QueryTextType value)
          Sets the value of the description property.
 void NameableWhereType.setName(QueryTextType value)
          Sets the value of the name property.
 void AnnotationWhereType.setText(QueryTextType value)
          Sets the value of the text property.
 



Copyright © 2012. All Rights Reserved.