|
||||||||||
| 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.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic.DataSetType
public class DataSetType
DataSetType defines the structure of the generic data set. Data is organised into either a collection of series (grouped observations) or a collection of un-grouped observations. The organisation used is dependent on the structure specification in the header of the data message (which is referenced via the structureRef attribute). The structure specification states which data occurs at the observation level. If this dimension is "AllDimensions" then the data set must consist of a collection of un-grouped observations; otherwise the data set will contain a collection of series with the observations in the series disambiguated by the specified dimension at the observation level. This data set is capable of containing data (observed values) and/or documentation (attribute values). It is assumed that each series or un-grouped observation will be distinct in its purpose. For example, if series contains both data and documentation, it assumed that each series will have a unique key. If the series contains only data or only documentation, then it is possible that another series with the same key might exist, but with not with the same purpose (i.e. to provide data or documentation) as the first series.
Java class for DataSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSetType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
<sequence>
<element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType" minOccurs="0"/>
<element name="Attributes" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}ValuesType" minOccurs="0"/>
<element name="Group" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}GroupType" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="Series" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}SeriesType" maxOccurs="unbounded"/>
<element name="Obs" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/generic}ObsOnlyType" maxOccurs="unbounded"/>
</choice>
</sequence>
<attGroup ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetAttributeGroup"/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionType |
action
|
protected ValuesType |
attributes
|
protected DataProviderReferenceType |
dataProvider
|
protected List<GroupType> |
group
|
protected List<ObsOnlyType> |
obs
|
protected List<String> |
publicationPeriod
|
protected XMLGregorianCalendar |
publicationYear
|
protected List<String> |
reportingBeginDate
|
protected List<String> |
reportingEndDate
|
protected List<SeriesType> |
series
|
protected String |
setID
|
protected Object |
structureRef
|
protected XMLGregorianCalendar |
validFromDate
|
protected XMLGregorianCalendar |
validToDate
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
DataSetType()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Gets the value of the action property. |
ValuesType |
getAttributes()
Gets the value of the attributes property. |
DataProviderReferenceType |
getDataProvider()
Gets the value of the dataProvider property. |
List<GroupType> |
getGroup()
Gets the value of the group property. |
List<ObsOnlyType> |
getObs()
Gets the value of the obs property. |
List<String> |
getPublicationPeriod()
Gets the value of the publicationPeriod property. |
XMLGregorianCalendar |
getPublicationYear()
Gets the value of the publicationYear property. |
List<String> |
getReportingBeginDate()
Gets the value of the reportingBeginDate property. |
List<String> |
getReportingEndDate()
Gets the value of the reportingEndDate property. |
List<SeriesType> |
getSeries()
Gets the value of the series property. |
String |
getSetID()
Gets the value of the setID property. |
Object |
getStructureRef()
Gets the value of the structureRef property. |
XMLGregorianCalendar |
getValidFromDate()
Gets the value of the validFromDate property. |
XMLGregorianCalendar |
getValidToDate()
Gets the value of the validToDate property. |
void |
setAction(ActionType value)
Sets the value of the action property. |
void |
setAttributes(ValuesType value)
Sets the value of the attributes property. |
void |
setDataProvider(DataProviderReferenceType value)
Sets the value of the dataProvider property. |
void |
setPublicationYear(XMLGregorianCalendar value)
Sets the value of the publicationYear property. |
void |
setSetID(String value)
Sets the value of the setID property. |
void |
setStructureRef(Object value)
Sets the value of the structureRef property. |
void |
setValidFromDate(XMLGregorianCalendar value)
Sets the value of the validFromDate property. |
void |
setValidToDate(XMLGregorianCalendar value)
Sets the value of the validToDate property. |
| 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 |
|---|
protected DataProviderReferenceType dataProvider
protected ValuesType attributes
protected List<GroupType> group
protected List<SeriesType> series
protected List<ObsOnlyType> obs
protected Object structureRef
protected String setID
protected ActionType action
protected List<String> reportingBeginDate
protected List<String> reportingEndDate
protected XMLGregorianCalendar validFromDate
protected XMLGregorianCalendar validToDate
protected XMLGregorianCalendar publicationYear
protected List<String> publicationPeriod
| Constructor Detail |
|---|
public DataSetType()
| Method Detail |
|---|
public DataProviderReferenceType getDataProvider()
DataProviderReferenceTypepublic void setDataProvider(DataProviderReferenceType value)
value - allowed object is
DataProviderReferenceTypepublic ValuesType getAttributes()
ValuesTypepublic void setAttributes(ValuesType value)
value - allowed object is
ValuesTypepublic 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 List<SeriesType> getSeries()
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 series property.
For example, to add a new item, do as follows:
getSeries().add(newItem);
Objects of the following type(s) are allowed in the list
SeriesType
public List<ObsOnlyType> getObs()
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 obs property.
For example, to add a new item, do as follows:
getObs().add(newItem);
Objects of the following type(s) are allowed in the list
ObsOnlyType
public Object getStructureRef()
Objectpublic void setStructureRef(Object value)
value - allowed object is
Objectpublic String getSetID()
Stringpublic void setSetID(String value)
value - allowed object is
Stringpublic ActionType getAction()
ActionTypepublic void setAction(ActionType value)
value - allowed object is
ActionTypepublic List<String> getReportingBeginDate()
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 reportingBeginDate property.
For example, to add a new item, do as follows:
getReportingBeginDate().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getReportingEndDate()
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 reportingEndDate property.
For example, to add a new item, do as follows:
getReportingEndDate().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XMLGregorianCalendar getValidFromDate()
XMLGregorianCalendarpublic void setValidFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getValidToDate()
XMLGregorianCalendarpublic void setValidToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getPublicationYear()
XMLGregorianCalendarpublic void setPublicationYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<String> getPublicationPeriod()
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 publicationPeriod property.
For example, to add a new item, do as follows:
getPublicationPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||