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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.TextType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.QueryTextType

public class QueryTextType
extends TextType

QueryTextType describes the structure of a textual query value. A language must be specified if parallel multi-lingual values are available, otherwise it is ignored.

Java class for QueryTextType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryTextType">
   <simpleContent>
     <extension base="<http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common>TextType">
       <attribute name="operator" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TextOperatorType" default="equal" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String operator
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.TextType
lang, value
 
Constructor Summary
QueryTextType()
           
 
Method Summary
 String getOperator()
          Gets the value of the operator property.
 void setOperator(String value)
          Sets the value of the operator property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.TextType
getLang, getValue, setLang, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operator

protected String operator
Constructor Detail

QueryTextType

public QueryTextType()
Method Detail

getOperator

public String getOperator()
Gets the value of the operator property.

Returns:
possible object is String

setOperator

public void setOperator(String value)
Sets the value of the operator property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.