|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.query.SimpleValueType
public class SimpleValueType
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 |
|---|
protected String value
protected SimpleOperatorType operator
| Constructor Detail |
|---|
public SimpleValueType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic SimpleOperatorType getOperator()
SimpleOperatorTypepublic void setOperator(SimpleOperatorType value)
value - allowed object is
SimpleOperatorType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||