org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class IdentifiableQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.registry.IdentifiableQueryType
- Direct Known Subclasses:
- VersionableQueryType
public class IdentifiableQueryType
- extends Object
IdentifiableQueryType describes the structure of a query for an identifiable object.
Java class for IdentifiableQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentifiableQueryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}IDQueryType" default="%" />
</restriction>
</complexContent>
</complexType>
|
Method Summary |
String |
getId()
Gets the value of the id property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
IdentifiableQueryType
public IdentifiableQueryType()
getId
public String getId()
- Gets the value of the id property.
- Returns:
- possible object is
String
setId
public void setId(String value)
- Sets the value of the id property.
- Parameters:
value - allowed object is
String
Copyright © 2012. All Rights Reserved.