org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class AttributeListType
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.ComponentListType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.AttributeListBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.AttributeListType
public class AttributeListType
- extends AttributeListBaseType
AttributeListType describes the attribute descriptor for the data structure definition.
Java class for AttributeListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeListType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}AttributeListBaseType">
<choice maxOccurs="unbounded">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Attribute"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportingYearStartDay"/>
</choice>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeOrReportingYearStartDay
protected List<AttributeType> attributeOrReportingYearStartDay
AttributeListType
public AttributeListType()
getAttributeOrReportingYearStartDay
public List<AttributeType> getAttributeOrReportingYearStartDay()
- Gets the value of the attributeOrReportingYearStartDay 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 attributeOrReportingYearStartDay property.
For example, to add a new item, do as follows:
getAttributeOrReportingYearStartDay().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeType
ReportingYearStartDayType
Copyright © 2012. All Rights Reserved.