|
||||||||||
| 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.TimePeriodValueType
public class TimePeriodValueType
TimePeriodValueType describes the structure of a time period query. A value is provided as the content in the SDMX time period format.
Java class for TimePeriodValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimePeriodValueType">
<simpleContent>
<extension base="<http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common>ObservationalTimePeriodType">
<attribute name="operator" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeOperatorType" default="equal" />
<attribute name="reportingYearStartDay" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ReportingYearStartDayQueryType" default="Any" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
operator
|
protected String |
reportingYearStartDay
|
protected List<String> |
value
|
| Constructor Summary | |
|---|---|
TimePeriodValueType()
|
|
| Method Summary | |
|---|---|
String |
getOperator()
Gets the value of the operator property. |
String |
getReportingYearStartDay()
Gets the value of the reportingYearStartDay property. |
List<String> |
getValue()
ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. |
void |
setOperator(String value)
Sets the value of the operator property. |
void |
setReportingYearStartDay(String value)
Sets the value of the reportingYearStartDay property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> value
protected String operator
protected String reportingYearStartDay
| Constructor Detail |
|---|
public TimePeriodValueType()
| Method Detail |
|---|
public List<String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
Stringpublic String getReportingYearStartDay()
Stringpublic void setReportingYearStartDay(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||