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 TypeClassDescriptionclassThe 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.classThe 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.classThe 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 UTCTimeRangeTypeCompFilterType.timeRangeprotected UTCTimeRangeTypeFreebusyReportType.timeRangeprotected UTCTimeRangeTypePropFilterType.timeRangeMethods in org.oasis_open.docs.ws_calendar.ns.soap that return UTCTimeRangeTypeModifier and TypeMethodDescriptionObjectFactory.createUTCTimeRangeType()Create an instance ofUTCTimeRangeTypeCompFilterType.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) voidCompFilterType.setTimeRange(UTCTimeRangeType value) Sets the value of the timeRange property.voidFreebusyReportType.setTimeRange(UTCTimeRangeType value) Sets the value of the timeRange property.voidPropFilterType.setTimeRange(UTCTimeRangeType value) Sets the value of the timeRange property.