org.sdmx.resources.sdmxml.schemas.v2_1.query
Class QueryTextType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.TextType
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>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.TextType |
lang, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operator
protected String operator
QueryTextType
public QueryTextType()
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.