org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ItemSchemeType
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.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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
protected List<JAXBElement<? extends ItemType>> item
isPartial
protected Boolean isPartial
ItemSchemeType
public ItemSchemeType()
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.