|
||||||||||
| 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
org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataStructureWhereBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataStructureWhereType
public class MetadataStructureWhereType
MetadataStructureWhereType defines the parameters of a metadata structure definition query. In addition to querying based on the identification, it is also possible to search for metadata structure definitions based on information about its components.
Java class for MetadataStructureWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataStructureWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataStructureWhereBaseType">
<sequence>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataTargetWhere" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}TargetObjectWhere" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ReportStructureWhere" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataAttributeWhere" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<MetadataAttributeWhereType> |
metadataAttributeWhere
|
protected List<MetadataTargetWhereType> |
metadataTargetWhere
|
protected List<ReportStructureWhereType> |
reportStructureWhere
|
protected List<TargetObjectWhereType> |
targetObjectWhere
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureWhereType |
|---|
componentListWhere, componentWhere, usedConcept, 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 | |
|---|---|
MetadataStructureWhereType()
|
|
| Method Summary | |
|---|---|
List<MetadataAttributeWhereType> |
getMetadataAttributeWhere()
Gets the value of the metadataAttributeWhere property. |
List<MetadataTargetWhereType> |
getMetadataTargetWhere()
Gets the value of the metadataTargetWhere property. |
List<ReportStructureWhereType> |
getReportStructureWhere()
Gets the value of the reportStructureWhere property. |
List<TargetObjectWhereType> |
getTargetObjectWhere()
Gets the value of the targetObjectWhere property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureWhereType |
|---|
getComponentListWhere, getComponentWhere, getUsedConcept, getUsedRepresentation |
| 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<MetadataTargetWhereType> metadataTargetWhere
protected List<TargetObjectWhereType> targetObjectWhere
protected List<ReportStructureWhereType> reportStructureWhere
protected List<MetadataAttributeWhereType> metadataAttributeWhere
| Constructor Detail |
|---|
public MetadataStructureWhereType()
| Method Detail |
|---|
public List<MetadataTargetWhereType> getMetadataTargetWhere()
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 metadataTargetWhere property.
For example, to add a new item, do as follows:
getMetadataTargetWhere().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataTargetWhereType
public List<TargetObjectWhereType> getTargetObjectWhere()
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 targetObjectWhere property.
For example, to add a new item, do as follows:
getTargetObjectWhere().add(newItem);
Objects of the following type(s) are allowed in the list
TargetObjectWhereType
public List<ReportStructureWhereType> getReportStructureWhere()
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 reportStructureWhere property.
For example, to add a new item, do as follows:
getReportStructureWhere().add(newItem);
Objects of the following type(s) are allowed in the list
ReportStructureWhereType
public List<MetadataAttributeWhereType> getMetadataAttributeWhere()
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 metadataAttributeWhere property.
For example, to add a new item, do as follows:
getMetadataAttributeWhere().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataAttributeWhereType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||