org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ConstraintWhereType
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.ConstraintWhereBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ConstraintWhereType
public class ConstraintWhereType
- extends ConstraintWhereBaseType
ConstraintWhereType contains the parameters of a constraint query. All supplied parameters must be matched in order for an object to stratify the query.
Java class for ConstraintWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ConstraintWhereBaseType">
<sequence>
<element name="ConstraintAttachmentWhere" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ConstraintAttachmentWhereType" minOccurs="0"/>
</sequence>
<attribute name="allowable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constraintAttachmentWhere
protected ConstraintAttachmentWhereType constraintAttachmentWhere
allowable
protected Boolean allowable
ConstraintWhereType
public ConstraintWhereType()
getConstraintAttachmentWhere
public ConstraintAttachmentWhereType getConstraintAttachmentWhere()
- Gets the value of the constraintAttachmentWhere property.
- Returns:
- possible object is
ConstraintAttachmentWhereType
setConstraintAttachmentWhere
public void setConstraintAttachmentWhere(ConstraintAttachmentWhereType value)
- Sets the value of the constraintAttachmentWhere property.
- Parameters:
value - allowed object is
ConstraintAttachmentWhereType
isAllowable
public Boolean isAllowable()
- Gets the value of the allowable property.
- Returns:
- possible object is
Boolean
setAllowable
public void setAllowable(Boolean value)
- Sets the value of the allowable property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2012. All Rights Reserved.