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

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.ComponentListWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.GroupWhereBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.GroupWhereType

public class GroupWhereType
extends GroupWhereBaseType

GroupWhereType defines the parameters querying for a data structure definition based a group meeting the conditions detailed. Parameters include identification, dimensions used in the group, and the group's referenced attachment constraint. 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 GroupWhereType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GroupWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}GroupWhereBaseType">
       <sequence>
         <element name="AttachmentConstraint" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AttachmentConstraintReferenceType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AttachmentConstraintReferenceType attachmentConstraint
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentListWhereType
componentWhere
 
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
GroupWhereType()
           
 
Method Summary
 AttachmentConstraintReferenceType getAttachmentConstraint()
          Gets the value of the attachmentConstraint property.
 void setAttachmentConstraint(AttachmentConstraintReferenceType value)
          Sets the value of the attachmentConstraint property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentListWhereType
getComponentWhere
 
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

attachmentConstraint

protected AttachmentConstraintReferenceType attachmentConstraint
Constructor Detail

GroupWhereType

public GroupWhereType()
Method Detail

getAttachmentConstraint

public AttachmentConstraintReferenceType getAttachmentConstraint()
Gets the value of the attachmentConstraint property.

Returns:
possible object is AttachmentConstraintReferenceType

setAttachmentConstraint

public void setAttachmentConstraint(AttachmentConstraintReferenceType value)
Sets the value of the attachmentConstraint property.

Parameters:
value - allowed object is AttachmentConstraintReferenceType


Copyright © 2012. All Rights Reserved.