|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.query.TimeType
public class TimeType
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 |
|---|
protected String startTime
protected String endTime
protected String time
| Constructor Detail |
|---|
public TimeType()
| Method Detail |
|---|
public String getStartTime()
Stringpublic void setStartTime(String value)
value - allowed object is
Stringpublic String getEndTime()
Stringpublic void setEndTime(String value)
value - allowed object is
Stringpublic String getTime()
Stringpublic void setTime(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||