org.sdmx.resources.sdmxml.schemas.v2_1.query
Class TimePeriodValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.TimePeriodValueType

public class TimePeriodValueType
extends Object

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

value

protected List<String> value

operator

protected String operator

reportingYearStartDay

protected String reportingYearStartDay
Constructor Detail

TimePeriodValueType

public TimePeriodValueType()
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


getOperator

public String getOperator()
Gets the value of the operator property.

Returns:
possible object is String

setOperator

public void setOperator(String value)
Sets the value of the operator property.

Parameters:
value - allowed object is String

getReportingYearStartDay

public String getReportingYearStartDay()
Gets the value of the reportingYearStartDay property.

Returns:
possible object is String

setReportingYearStartDay

public void setReportingYearStartDay(String value)
Sets the value of the reportingYearStartDay property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.