org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class MaintainableQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.registry.IdentifiableQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.registry.VersionableQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.registry.MaintainableQueryType
public class MaintainableQueryType
- extends VersionableQueryType
MaintainableQueryType describes the structure of a query for a maintainable object.
Java class for MaintainableQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaintainableQueryType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}VersionableQueryType">
<attribute name="agencyID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}NestedIDQueryType" default="%" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agencyID
protected String agencyID
MaintainableQueryType
public MaintainableQueryType()
getAgencyID
public String getAgencyID()
- Gets the value of the agencyID property.
- Returns:
- possible object is
String
setAgencyID
public void setAgencyID(String value)
- Sets the value of the agencyID property.
- Parameters:
value - allowed object is
String
Copyright © 2012. All Rights Reserved.