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

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


Field Summary
protected  Boolean allowable
           
protected  ConstraintAttachmentWhereType constraintAttachmentWhere
           
 
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
ConstraintWhereType()
           
 
Method Summary
 ConstraintAttachmentWhereType getConstraintAttachmentWhere()
          Gets the value of the constraintAttachmentWhere property.
 Boolean isAllowable()
          Gets the value of the allowable property.
 void setAllowable(Boolean value)
          Sets the value of the allowable property.
 void setConstraintAttachmentWhere(ConstraintAttachmentWhereType value)
          Sets the value of the constraintAttachmentWhere 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

constraintAttachmentWhere

protected ConstraintAttachmentWhereType constraintAttachmentWhere

allowable

protected Boolean allowable
Constructor Detail

ConstraintWhereType

public ConstraintWhereType()
Method Detail

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.