|
||||||||||
| 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.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
public abstract class IdentifiableWhereType
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 |
|---|
protected String urn
protected QueryIDType id
| Constructor Detail |
|---|
public IdentifiableWhereType()
| Method Detail |
|---|
public String getURN()
Stringpublic void setURN(String value)
value - allowed object is
Stringpublic QueryIDType getID()
QueryIDTypepublic void setID(QueryIDType value)
value - allowed object is
QueryIDType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||