Uses of Class
org.oasis_open.docs.ws_calendar.ns.soap.UTCTimeRangeType
Packages that use UTCTimeRangeType
-
Uses of UTCTimeRangeType in org.oasis_open.docs.ws_calendar.ns.soap
Subclasses of UTCTimeRangeType in org.oasis_open.docs.ws_calendar.ns.soapModifier and TypeClassDescriptionclass
The expand XML element specifies that for a given calendaring REPORT request, the server MUST expand the recurrence set into calendar components that define exactly one recurrence instance, and MUST return only those whose scheduled time intersect a specified time range.class
The limit-freebusy-set XML element specifies that for a given calendaring REPORT request, the server MUST only return the FREEBUSY property values of a VFREEBUSY component that intersects a specified time range.class
The limit-recurrence-set XML element specifies that for a given calendaring REPORT request, the server MUST return, in addition to the "master component", only the "overridden components" that impact a specified time range.Fields in org.oasis_open.docs.ws_calendar.ns.soap declared as UTCTimeRangeTypeModifier and TypeFieldDescriptionprotected UTCTimeRangeType
CompFilterType.timeRange
protected UTCTimeRangeType
FreebusyReportType.timeRange
protected UTCTimeRangeType
PropFilterType.timeRange
Methods in org.oasis_open.docs.ws_calendar.ns.soap that return UTCTimeRangeTypeModifier and TypeMethodDescriptionObjectFactory.createUTCTimeRangeType()
Create an instance ofUTCTimeRangeType
CompFilterType.getTimeRange()
Gets the value of the timeRange property.FreebusyReportType.getTimeRange()
Gets the value of the timeRange property.PropFilterType.getTimeRange()
Gets the value of the timeRange property.Methods in org.oasis_open.docs.ws_calendar.ns.soap that return types with arguments of type UTCTimeRangeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<UTCTimeRangeType>
ObjectFactory.createTimeRange
(UTCTimeRangeType value) Methods in org.oasis_open.docs.ws_calendar.ns.soap with parameters of type UTCTimeRangeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<UTCTimeRangeType>
ObjectFactory.createTimeRange
(UTCTimeRangeType value) void
CompFilterType.setTimeRange
(UTCTimeRangeType value) Sets the value of the timeRange property.void
FreebusyReportType.setTimeRange
(UTCTimeRangeType value) Sets the value of the timeRange property.void
PropFilterType.setTimeRange
(UTCTimeRangeType value) Sets the value of the timeRange property.