org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class StructureSetType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.StructureSetBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.StructureSetType
public class StructureSetType
- extends StructureSetBaseType
StructureSetType describes the structure of a structure set. It allows components in one structure, structure usage, or item scheme to be mapped to components in another structural component of the same type.
Java class for StructureSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureSetType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}StructureSetBaseType">
<sequence>
<element name="RelatedStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureOrUsageReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="OrganisationSchemeMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}OrganisationSchemeMapType"/>
<element name="CategorySchemeMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CategorySchemeMapType"/>
<element name="CodelistMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CodelistMapType"/>
<element name="ConceptSchemeMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ConceptSchemeMapType"/>
<element name="ReportingTaxonomyMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportingTaxonomyMapType"/>
<element name="HybridCodelistMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}HybridCodelistMapType"/>
<element name="StructureMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}StructureMapType"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relatedStructure
protected List<StructureOrUsageReferenceType> relatedStructure
organisationSchemeMapOrCategorySchemeMapOrCodelistMap
protected List<NameableType> organisationSchemeMapOrCategorySchemeMapOrCodelistMap
StructureSetType
public StructureSetType()
getRelatedStructure
public List<StructureOrUsageReferenceType> getRelatedStructure()
- Gets the value of the relatedStructure 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 relatedStructure property.
For example, to add a new item, do as follows:
getRelatedStructure().add(newItem);
Objects of the following type(s) are allowed in the list
StructureOrUsageReferenceType
getOrganisationSchemeMapOrCategorySchemeMapOrCodelistMap
public List<NameableType> getOrganisationSchemeMapOrCategorySchemeMapOrCodelistMap()
- Gets the value of the organisationSchemeMapOrCategorySchemeMapOrCodelistMap 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 organisationSchemeMapOrCategorySchemeMapOrCodelistMap property.
For example, to add a new item, do as follows:
getOrganisationSchemeMapOrCategorySchemeMapOrCodelistMap().add(newItem);
Objects of the following type(s) are allowed in the list
StructureMapType
CodelistMapType
ReportingTaxonomyMapType
CategorySchemeMapType
HybridCodelistMapType
ConceptSchemeMapType
OrganisationSchemeMapType
Copyright © 2012. All Rights Reserved.