Class UTCTimeRangeType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.UTCTimeRangeType
- Direct Known Subclasses:
ExpandType
,LimitFreebusySetType
,LimitRecurrenceSetType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()
Gets the value of the end property.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.
-
Field Details
-
start
-
end
-
-
Constructor Details
-
UTCTimeRangeType
public UTCTimeRangeType()
-
-
Method Details
-
getStart
Gets the value of the start property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStart
Sets the value of the start property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEnd
Sets the value of the end property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-