org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ConstraintQueryType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructuralMetadataQueryType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ConstraintQueryType
public class ConstraintQueryType
- extends StructuralMetadataQueryType
ConstraintQueryType defines the structure of a constraint query. The parameters for the query are contained in the ConstraintWhere element. The References element is used to indicate how objects that are referenced from the matched constraint should be returned.
Java class for ConstraintQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintQueryType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}StructuralMetadataQueryType">
<sequence>
<element name="ReturnDetails" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableReturnDetailsType"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ConstraintWhere"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintQueryType
public ConstraintQueryType()
Copyright © 2012. All Rights Reserved.