org.sdmx.resources.sdmxml.schemas.v2_1.query
Class GroupWhereType
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.GroupWhereBaseType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attachmentConstraint
protected AttachmentConstraintReferenceType attachmentConstraint
GroupWhereType
public GroupWhereType()
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.