|
||||||||||
| 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.query.ReturnDetailsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataReturnDetailsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataReturnDetailsType
public class DataReturnDetailsType
DataReturnDetailsType specifies the specifics of the how data should be returned, including how it should be structured and how many and what type (e.g. active or deleted) observations should be returned.
Java class for DataReturnDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataReturnDetailsType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataReturnDetailsBaseType">
<sequence>
<element name="FirstNObservations" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LastNObservations" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureRequestType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="observationAction" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ObservationActionCodeType" default="Active" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
firstNObservations
|
protected Integer |
lastNObservations
|
protected ObservationActionCodeType |
observationAction
|
protected List<DataStructureRequestType> |
structure
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType |
|---|
defaultLimit, detail |
| Constructor Summary | |
|---|---|
DataReturnDetailsType()
|
|
| Method Summary | |
|---|---|
Integer |
getFirstNObservations()
Gets the value of the firstNObservations property. |
Integer |
getLastNObservations()
Gets the value of the lastNObservations property. |
ObservationActionCodeType |
getObservationAction()
Gets the value of the observationAction property. |
List<DataStructureRequestType> |
getStructure()
Gets the value of the structure property. |
void |
setFirstNObservations(Integer value)
Sets the value of the firstNObservations property. |
void |
setLastNObservations(Integer value)
Sets the value of the lastNObservations property. |
void |
setObservationAction(ObservationActionCodeType value)
Sets the value of the observationAction property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType |
|---|
getDefaultLimit, getDetail, setDefaultLimit, setDetail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer firstNObservations
protected Integer lastNObservations
protected List<DataStructureRequestType> structure
protected ObservationActionCodeType observationAction
| Constructor Detail |
|---|
public DataReturnDetailsType()
| Method Detail |
|---|
public Integer getFirstNObservations()
Integerpublic void setFirstNObservations(Integer value)
value - allowed object is
Integerpublic Integer getLastNObservations()
Integerpublic void setLastNObservations(Integer value)
value - allowed object is
Integerpublic List<DataStructureRequestType> getStructure()
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 structure property.
For example, to add a new item, do as follows:
getStructure().add(newItem);
Objects of the following type(s) are allowed in the list
DataStructureRequestType
public ObservationActionCodeType getObservationAction()
ObservationActionCodeTypepublic void setObservationAction(ObservationActionCodeType value)
value - allowed object is
ObservationActionCodeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||