org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ReportStructureWhereType
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.ComponentListWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ReportStructureWhereType
public class ReportStructureWhereType
- extends ComponentListWhereType
ReportStructureWhereType defines the parameters for matching based on the details of a report structure. This is used to query for metadata structure definitions where a given report structure meets the conditions specified. A report structure can be queried based on identification and details about its metadata attributes. This is an implicit set of "and" parameters, that is the conditions within this must all be met in order to return a match.
Java class for ReportStructureWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportStructureWhereType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentListWhereType">
<sequence>
<element name="Annotation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotationWhereType" minOccurs="0"/>
<element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryIDType" minOccurs="0"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataAttributeWhere"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportStructureWhereType
public ReportStructureWhereType()
Copyright © 2012. All Rights Reserved.