org.sdmx.resources.sdmxml.schemas.v2_0.query
Class TimeType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.query.TimeType

public class TimeType
extends Object

TimeType contains the time point or period for which results should be supplied. When StartTime and EndTime are used, these must be understood as inclusive.

Java class for TimeType complex type.

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

 <complexType name="TimeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="StartTime" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}TimePeriodType"/>
           <element name="EndTime" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}TimePeriodType" minOccurs="0"/>
         </sequence>
         <element name="Time" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}TimePeriodType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

startTime

protected String startTime

endTime

protected String endTime

time

protected String time
Constructor Detail

TimeType

public TimeType()
Method Detail

getStartTime

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

Returns:
possible object is String

setStartTime

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

Parameters:
value - allowed object is String

getEndTime

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

Returns:
possible object is String

setEndTime

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

Parameters:
value - allowed object is String

getTime

public String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(String value)
Sets the value of the time property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.