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

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
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
Direct Known Subclasses:
CategorisationWhereBaseType, ConstraintWhereBaseType, HierarchicalCodelistWhereBaseType, ItemSchemeWhereType, ProcessWhereBaseType, ProvisionAgreementWhereBaseType, StructureSetWhereBaseType, StructuresWhereType, StructureUsageWhereType, StructureWhereType

public abstract class MaintainableWhereType
extends VersionableWhereType

MaintainableQueryType is an abstract base type that serves as the basis for any query for a maintainable object.

Java class for MaintainableWhereType complex type.

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

 <complexType name="MaintainableWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}VersionableWhereType">
       <sequence>
         <element name="AgencyID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryNestedIDType" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MaintainableTypeCodelistType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QueryNestedIDType agencyID
           
protected  MaintainableTypeCodelistType type
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
version, versionActive, versionFrom, versionTo
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
id, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
MaintainableWhereType()
           
 
Method Summary
 QueryNestedIDType getAgencyID()
          Gets the value of the agencyID property.
 MaintainableTypeCodelistType getType()
          Gets the value of the type property.
 void setAgencyID(QueryNestedIDType value)
          Sets the value of the agencyID property.
 void setType(MaintainableTypeCodelistType value)
          Sets the value of the type property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
getVersion, getVersionFrom, getVersionTo, isVersionActive, setVersion, setVersionActive, setVersionFrom, setVersionTo
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
getDescription, getName, setDescription, setName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
getID, getURN, setID, setURN
 
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

agencyID

protected QueryNestedIDType agencyID

type

protected MaintainableTypeCodelistType type
Constructor Detail

MaintainableWhereType

public MaintainableWhereType()
Method Detail

getAgencyID

public QueryNestedIDType getAgencyID()
Gets the value of the agencyID property.

Returns:
possible object is QueryNestedIDType

setAgencyID

public void setAgencyID(QueryNestedIDType value)
Sets the value of the agencyID property.

Parameters:
value - allowed object is QueryNestedIDType

getType

public MaintainableTypeCodelistType getType()
Gets the value of the type property.

Returns:
possible object is MaintainableTypeCodelistType

setType

public void setType(MaintainableTypeCodelistType value)
Sets the value of the type property.

Parameters:
value - allowed object is MaintainableTypeCodelistType


Copyright © 2012. All Rights Reserved.