org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class MaintainableQueryType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.IdentifiableQueryType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.VersionableQueryType
          extended by 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>
 


Field Summary
protected  String agencyID
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.registry.VersionableQueryType
version
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.registry.IdentifiableQueryType
id
 
Constructor Summary
MaintainableQueryType()
           
 
Method Summary
 String getAgencyID()
          Gets the value of the agencyID property.
 void setAgencyID(String value)
          Sets the value of the agencyID property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.registry.VersionableQueryType
getVersion
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.registry.IdentifiableQueryType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agencyID

protected String agencyID
Constructor Detail

MaintainableQueryType

public MaintainableQueryType()
Method Detail

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.