org.sdmx.resources.sdmxml.schemas.v2_1.query
Class StructureSetWhereType
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.StructureSetWhereBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureSetWhereType
public class StructureSetWhereType
- extends StructureSetWhereBaseType
StructureSetWhereType defines the parameters of a structure set query. All supplied parameters must be matched in order for an object to satisfy the query. In addition to querying based on the base maintainable parameters, it is also possible to search based on the structures that are related by the set or the objects which are mapped by the set's maps.
Java class for StructureSetWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureSetWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}StructureSetWhereBaseType">
<sequence>
<element name="RelatedStructures" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureOrUsageReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MappedObject" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MappedObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relatedStructures
protected List<StructureOrUsageReferenceType> relatedStructures
mappedObject
protected List<MappedObjectType> mappedObject
StructureSetWhereType
public StructureSetWhereType()
getRelatedStructures
public List<StructureOrUsageReferenceType> getRelatedStructures()
- Gets the value of the relatedStructures property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedStructures property.
For example, to add a new item, do as follows:
getRelatedStructures().add(newItem);
Objects of the following type(s) are allowed in the list
StructureOrUsageReferenceType
getMappedObject
public List<MappedObjectType> getMappedObject()
- Gets the value of the mappedObject property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mappedObject property.
For example, to add a new item, do as follows:
getMappedObject().add(newItem);
Objects of the following type(s) are allowed in the list
MappedObjectType
Copyright © 2012. All Rights Reserved.