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

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

public class ReferencePeriodType
extends Object

Specifies the inclusive start and end times.

Java class for ReferencePeriodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReferencePeriodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="startTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="endTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar endTime
           
protected  XMLGregorianCalendar startTime
           
 
Constructor Summary
ReferencePeriodType()
           
 
Method Summary
 XMLGregorianCalendar getEndTime()
          Gets the value of the endTime property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 void setEndTime(XMLGregorianCalendar value)
          Sets the value of the endTime property.
 void setStartTime(XMLGregorianCalendar value)
          Sets the value of the startTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

protected XMLGregorianCalendar startTime

endTime

protected XMLGregorianCalendar endTime
Constructor Detail

ReferencePeriodType

public ReferencePeriodType()
Method Detail

getStartTime

public XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndTime

public XMLGregorianCalendar getEndTime()
Gets the value of the endTime property.

Returns:
possible object is XMLGregorianCalendar

setEndTime

public void setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012. All Rights Reserved.