|
||||||||||
| 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.common.ReferencePeriodType
public class ReferencePeriodType
Specifies the inclusive start and end times for a registry query.
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 |
|---|
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
| Constructor Detail |
|---|
public ReferencePeriodType()
| Method Detail |
|---|
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||