|
||||||||||
| 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.QueryIDType
public class QueryIDType
QueryIDType defines the structure of a query for an identifier.
Java class for QueryIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryIDType">
<simpleContent>
<extension base="<http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common>IDType">
<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 | |
|---|---|
QueryIDType()
|
|
| Method Summary | |
|---|---|
String |
getOperator()
Gets the value of the operator property. |
String |
getValue()
IDType provides a type which is used for restricting the characters in codes and IDs throughout all SDMX-ML messages. |
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 |
|---|
protected String value
protected String operator
| Constructor Detail |
|---|
public QueryIDType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic 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 | |||||||||