|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.googlebase.elements.DateTimeRangeType
public class DateTimeRangeType
Defines a time interval.
Java class for dateTimeRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dateTimeRangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
end
|
protected XMLGregorianCalendar |
start
|
| Constructor Summary | |
|---|---|
DateTimeRangeType()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property. |
XMLGregorianCalendar |
getStart()
Gets the value of the start property. |
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property. |
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
| Constructor Detail |
|---|
public DateTimeRangeType()
| Method Detail |
|---|
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||