|
||||||||||
| 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.TimePeriodRangeType
public class TimePeriodRangeType
TimePeriodRangeType defines a time period, and indicates whether it is inclusive in a range.
Java class for TimePeriodRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimePeriodRangeType">
<simpleContent>
<extension base="<http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common>ObservationalTimePeriodType">
<attribute name="isInclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
isInclusive
|
protected List<String> |
value
|
| Constructor Summary | |
|---|---|
TimePeriodRangeType()
|
|
| Method Summary | |
|---|---|
List<String> |
getValue()
ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. |
boolean |
isIsInclusive()
Gets the value of the isInclusive property. |
void |
setIsInclusive(Boolean value)
Sets the value of the isInclusive 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 Boolean isInclusive
| Constructor Detail |
|---|
public TimePeriodRangeType()
| 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 boolean isIsInclusive()
Booleanpublic void setIsInclusive(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||