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

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

public class SimpleValueType
extends Object

SimpleValueType describes the structure of a simple value query. A value is provided as the content in string format.

Java class for SimpleValueType complex type.

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

 <complexType name="SimpleValueType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="operator" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleOperatorType" default="equal" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  SimpleOperatorType operator
           
protected  String value
           
 
Constructor Summary
SimpleValueType()
           
 
Method Summary
 SimpleOperatorType getOperator()
          Gets the value of the operator property.
 String getValue()
          Gets the value of the value property.
 void setOperator(SimpleOperatorType 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 SimpleOperatorType operator
Constructor Detail

SimpleValueType

public SimpleValueType()
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 SimpleOperatorType getOperator()
Gets the value of the operator property.

Returns:
possible object is SimpleOperatorType

setOperator

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

Parameters:
value - allowed object is SimpleOperatorType


Copyright © 2012. All Rights Reserved.