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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
Direct Known Subclasses:
ComponentListWhereType, ComponentWhereType, NameableWhereType, ProcessStepWhereType

public abstract class IdentifiableWhereType
extends AnnotableWhereType

IdentifiableWhereType is an abstract base type that serves as the basis for any query for an identifiable object.

Java class for IdentifiableWhereType complex type.

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

 <complexType name="IdentifiableWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotableWhereType">
       <sequence>
         <element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryIDType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QueryIDType id
           
protected  String urn
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
IdentifiableWhereType()
           
 
Method Summary
 QueryIDType getID()
          Gets the value of the id property.
 String getURN()
          Gets the value of the urn property.
 void setID(QueryIDType value)
          Sets the value of the id property.
 void setURN(String value)
          Sets the value of the urn property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
getAnnotation, setAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urn

protected String urn

id

protected QueryIDType id
Constructor Detail

IdentifiableWhereType

public IdentifiableWhereType()
Method Detail

getURN

public String getURN()
Gets the value of the urn property.

Returns:
possible object is String

setURN

public void setURN(String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getID

public QueryIDType getID()
Gets the value of the id property.

Returns:
possible object is QueryIDType

setID

public void setID(QueryIDType value)
Sets the value of the id property.

Parameters:
value - allowed object is QueryIDType


Copyright © 2012. All Rights Reserved.