|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.StructureWhereType
public abstract class StructureWhereType
StructureWhereType is an abstract base type that serves as the basis for a query for a structure object.
Java class for StructureWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableWhereType">
<sequence>
<element name="UsedConcept" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ConceptReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="UsedRepresentation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceBaseType" maxOccurs="unbounded" minOccurs="0"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentListWhere"/>
</sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentWhere"/>
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends ComponentListWhereType>> |
componentListWhere
|
protected List<JAXBElement<? extends ComponentWhereType>> |
componentWhere
|
protected List<ConceptReferenceType> |
usedConcept
|
protected List<ItemSchemeReferenceBaseType> |
usedRepresentation
|
| 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 | |
|---|---|
StructureWhereType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends ComponentListWhereType>> |
getComponentListWhere()
Gets the value of the componentListWhere property. |
List<JAXBElement<? extends ComponentWhereType>> |
getComponentWhere()
Gets the value of the componentWhere property. |
List<ConceptReferenceType> |
getUsedConcept()
Gets the value of the usedConcept property. |
List<ItemSchemeReferenceBaseType> |
getUsedRepresentation()
Gets the value of the usedRepresentation 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 |
|---|
protected List<ConceptReferenceType> usedConcept
protected List<ItemSchemeReferenceBaseType> usedRepresentation
protected List<JAXBElement<? extends ComponentListWhereType>> componentListWhere
protected List<JAXBElement<? extends ComponentWhereType>> componentWhere
| Constructor Detail |
|---|
public StructureWhereType()
| Method Detail |
|---|
public List<ConceptReferenceType> getUsedConcept()
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 usedConcept property.
For example, to add a new item, do as follows:
getUsedConcept().add(newItem);
Objects of the following type(s) are allowed in the list
ConceptReferenceType
public List<ItemSchemeReferenceBaseType> getUsedRepresentation()
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 usedRepresentation property.
For example, to add a new item, do as follows:
getUsedRepresentation().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSchemeReferenceBaseType
public List<JAXBElement<? extends ComponentListWhereType>> getComponentListWhere()
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 componentListWhere property.
For example, to add a new item, do as follows:
getComponentListWhere().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ComponentListWhereType>
JAXBElement<ReportStructureWhereType>
JAXBElement<MetadataTargetWhereType>
JAXBElement<GroupWhereType>
public List<JAXBElement<? extends ComponentWhereType>> getComponentWhere()
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 componentWhere property.
For example, to add a new item, do as follows:
getComponentWhere().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ComponentWhereType>
JAXBElement<TimeDimensionWhereType>
JAXBElement<MetadataAttributeWhereType>
JAXBElement<DimensionWhereType>
JAXBElement<DimensionWhereType>
JAXBElement<MeasureDimensionWhereType>
JAXBElement<TargetObjectWhereType>
JAXBElement<AttributeWhereType>
JAXBElement<PrimaryMeasureWhereType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||