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

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

public class QueryNestedIDType
extends Object

QueryNestedIDType defines the structure of a query for a nested identifier.

Java class for QueryNestedIDType complex type.

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

 <complexType name="QueryNestedIDType">
   <simpleContent>
     <extension base="<http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common>NestedIDType">
       <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
QueryNestedIDType()
           
 
Method Summary
 String getOperator()
          Gets the value of the operator property.
 String getValue()
          NestedIDType is the least restrictive form of an identifier used 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

value

protected String value

operator

protected String operator
Constructor Detail

QueryNestedIDType

public QueryNestedIDType()
Method Detail

getValue

public String getValue()
NestedIDType is the least restrictive form of an identifier used throughout all SDMX-ML messages. It allows for a hierarchical identifier, with each portion separated by the '.' character. For the identifier portions, valid characters include A-Z, a-z, @, 0-9, _, -, $.

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.