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

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.ItemSchemeType
Direct Known Subclasses:
CategorySchemeType, CodelistType, ConceptSchemeType, OrganisationSchemeBaseType, ReportingTaxonomyType

public abstract class ItemSchemeType
extends MaintainableType

ItemSchemeType is an abstract base type for all item scheme objects. It contains a collection of items. Concrete instances of this type should restrict the actual types of items allowed within the scheme.

Java class for ItemSchemeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ItemSchemeType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MaintainableType">
       <sequence>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Item"/>
         </sequence>
       </sequence>
       <attribute name="isPartial" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean isPartial
           
protected  List<JAXBElement<? extends ItemType>> item
           
 
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
ItemSchemeType()
           
 
Method Summary
 List<JAXBElement<? extends ItemType>> getItem()
          Gets the value of the item property.
 boolean isIsPartial()
          Gets the value of the isPartial property.
 void setIsPartial(Boolean value)
          Sets the value of the isPartial 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

item

protected List<JAXBElement<? extends ItemType>> item

isPartial

protected Boolean isPartial
Constructor Detail

ItemSchemeType

public ItemSchemeType()
Method Detail

getItem

public List<JAXBElement<? extends ItemType>> getItem()
Gets the value of the item 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 item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<CodeType> JAXBElement<ConceptType> JAXBElement<ReportingCategoryType> JAXBElement<CategoryType> JAXBElement<ItemType> JAXBElement<DataConsumerType> JAXBElement<OrganisationUnitType> JAXBElement<OrganisationType> JAXBElement<DataProviderType> JAXBElement<AgencyType>


isIsPartial

public boolean isIsPartial()
Gets the value of the isPartial property.

Returns:
possible object is Boolean

setIsPartial

public void setIsPartial(Boolean value)
Sets the value of the isPartial property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.