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

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
                      extended by 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>
 


Field Summary
protected  StructureReferenceBaseType structure
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
agencyID, 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
StructureUsageWhereType()
           
 
Method Summary
 StructureReferenceBaseType getStructure()
          Gets the value of the structure property.
 void setStructure(StructureReferenceBaseType value)
          Sets the value of the structure property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
getAgencyID, getType, setAgencyID, setType
 
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

structure

protected StructureReferenceBaseType structure
Constructor Detail

StructureUsageWhereType

public StructureUsageWhereType()
Method Detail

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.