|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataStructureComponentsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataStructureComponentsType
public class DataStructureComponentsType
DataStructureComponentsType describes the structure of the grouping to the sets of metadata concepts that have a defined structural role in the data structure definition. At a minimum at least one dimension and a primary measure must be defined.
Java class for DataStructureComponentsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataStructureComponentsType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}DataStructureComponentsBaseType">
<sequence>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}DimensionList"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Group" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}AttributeList" minOccurs="0"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MeasureList"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AttributeListType |
attributeList
|
protected DimensionListType |
dimensionList
|
protected List<GroupType> |
group
|
protected MeasureListType |
measureList
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType |
|---|
componentList |
| Constructor Summary | |
|---|---|
DataStructureComponentsType()
|
|
| Method Summary | |
|---|---|
AttributeListType |
getAttributeList()
Gets the value of the attributeList property. |
DimensionListType |
getDimensionList()
Gets the value of the dimensionList property. |
List<GroupType> |
getGroup()
Gets the value of the group property. |
MeasureListType |
getMeasureList()
Gets the value of the measureList property. |
void |
setAttributeList(AttributeListType value)
Sets the value of the attributeList property. |
void |
setDimensionList(DimensionListType value)
Sets the value of the dimensionList property. |
void |
setMeasureList(MeasureListType value)
Sets the value of the measureList property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType |
|---|
getComponentList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DimensionListType dimensionList
protected List<GroupType> group
protected AttributeListType attributeList
protected MeasureListType measureList
| Constructor Detail |
|---|
public DataStructureComponentsType()
| Method Detail |
|---|
public DimensionListType getDimensionList()
DimensionListTypepublic void setDimensionList(DimensionListType value)
value - allowed object is
DimensionListTypepublic List<GroupType> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
GroupType
public AttributeListType getAttributeList()
AttributeListTypepublic void setAttributeList(AttributeListType value)
value - allowed object is
AttributeListTypepublic MeasureListType getMeasureList()
MeasureListTypepublic void setMeasureList(MeasureListType value)
value - allowed object is
MeasureListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||