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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.QueryStringType

public class QueryStringType
extends Object

QueryStringType defines the structure of a string query.

Java class for QueryStringType complex type.

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

 <complexType name="QueryStringType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <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
           
protected  String value
           
 
Constructor Summary
QueryStringType()
           
 
Method Summary
 String getOperator()
          Gets the value of the operator property.
 String getValue()
          Gets the value of the value property.
 void setOperator(String value)
          Sets the value of the operator property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

operator

protected String operator
Constructor Detail

QueryStringType

public QueryStringType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

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.