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

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.ComponentListType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.AttributeListBaseType
                  extended by 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>
 


Field Summary
protected  List<AttributeType> attributeOrReportingYearStartDay
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
component
 
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
AttributeListType()
           
 
Method Summary
 List<AttributeType> getAttributeOrReportingYearStartDay()
          Gets the value of the attributeOrReportingYearStartDay property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
getComponent
 
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

attributeOrReportingYearStartDay

protected List<AttributeType> attributeOrReportingYearStartDay
Constructor Detail

AttributeListType

public AttributeListType()
Method Detail

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.