org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class StructureSetType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.StructureSetBaseType
                              extended by 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>
 


Field Summary
protected  List<NameableType> organisationSchemeMapOrCategorySchemeMapOrCodelistMap
           
protected  List<StructureOrUsageReferenceType> relatedStructure
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
agencyID, isExternalReference, isFinal, serviceURL, structureURL
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
validFrom, validTo, version
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
StructureSetType()
           
 
Method Summary
 List<NameableType> getOrganisationSchemeMapOrCategorySchemeMapOrCodelistMap()
          Gets the value of the organisationSchemeMapOrCategorySchemeMapOrCodelistMap property.
 List<StructureOrUsageReferenceType> getRelatedStructure()
          Gets the value of the relatedStructure property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
getAgencyID, getServiceURL, getStructureURL, isIsExternalReference, isIsFinal, setAgencyID, setIsExternalReference, setIsFinal, setServiceURL, setStructureURL
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
getValidFrom, getValidTo, getVersion, setValidFrom, setValidTo, setVersion
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
getDescription, getName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relatedStructure

protected List<StructureOrUsageReferenceType> relatedStructure

organisationSchemeMapOrCategorySchemeMapOrCodelistMap

protected List<NameableType> organisationSchemeMapOrCategorySchemeMapOrCodelistMap
Constructor Detail

StructureSetType

public StructureSetType()
Method Detail

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.