public class UTCTimeRangeType extends Object
Java class for UTCTimeRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTCTimeRangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" type="{urn:ietf:params:xml:ns:icalendar-2.0}UTCDateTimeType" minOccurs="0"/>
<element name="end" type="{urn:ietf:params:xml:ns:icalendar-2.0}UTCDateTimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
end |
protected XMLGregorianCalendar |
start |
| Constructor and Description |
|---|
UTCTimeRangeType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018 Bedework. All rights reserved.