org.sdmx.resources.sdmxml.schemas.v2_1.query
Class MaintainableWhereType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agencyID
protected QueryNestedIDType agencyID
type
protected MaintainableTypeCodelistType type
MaintainableWhereType
public MaintainableWhereType()
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.