org.sdmx.resources.sdmxml.schemas.v2_1.query
Class StructureUsageWhereType
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
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureUsageWhereType
- Direct Known Subclasses:
- DataflowWhereType, MetadataflowWhereType
public abstract class StructureUsageWhereType
- extends MaintainableWhereType
StructureUsageWhereType is an abstract base type that serves as the basis for a query for a structure usage object.
Java class for StructureUsageWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureUsageWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableWhereType">
<sequence>
<element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureReferenceBaseType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
structure
protected StructureReferenceBaseType structure
StructureUsageWhereType
public StructureUsageWhereType()
getStructure
public StructureReferenceBaseType getStructure()
- Gets the value of the structure property.
- Returns:
- possible object is
StructureReferenceBaseType
setStructure
public void setStructure(StructureReferenceBaseType value)
- Sets the value of the structure property.
- Parameters:
value - allowed object is
StructureReferenceBaseType
Copyright © 2012. All Rights Reserved.