|
||||||||||
| 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.NumericValueType
public class NumericValueType
NumericValueType describes the structure of a numeric query. A value is provided as the content in decimal format.
Java class for NumericValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericValueType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="operator" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}OrderedOperatorType" default="equal" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
operator
|
protected BigDecimal |
value
|
| Constructor Summary | |
|---|---|
NumericValueType()
|
|
| Method Summary | |
|---|---|
String |
getOperator()
Gets the value of the operator property. |
BigDecimal |
getValue()
Gets the value of the value property. |
void |
setOperator(String value)
Sets the value of the operator property. |
void |
setValue(BigDecimal 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 BigDecimal value
protected String operator
| Constructor Detail |
|---|
public NumericValueType()
| Method Detail |
|---|
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||