org.sdmx.resources.sdmxml.schemas.v2_1.common
Class TimePeriodRangeType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.TimePeriodRangeType

public class TimePeriodRangeType
extends Object

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

value

protected List<String> value

isInclusive

protected Boolean isInclusive
Constructor Detail

TimePeriodRangeType

public TimePeriodRangeType()
Method Detail

getValue

public List<String> getValue()
ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. The time period can either be a Gregorian calendar period, a standard reporting period, a distinct point in time, or a time range with a specific date and duration.Gets the value of the value property.

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


isIsInclusive

public boolean isIsInclusive()
Gets the value of the isInclusive property.

Returns:
possible object is Boolean

setIsInclusive

public void setIsInclusive(Boolean value)
Sets the value of the isInclusive property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.