Uses of Class
ietf.params.xml.ns.caldav.UTCTimeRangeType
Packages that use UTCTimeRangeType
-
Uses of UTCTimeRangeType in ietf.params.xml.ns.caldav
Subclasses of UTCTimeRangeType in ietf.params.xml.ns.caldavModifier and TypeClassDescriptionclassThe CALDAV: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 CALDAV: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 CALDAV: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 ietf.params.xml.ns.caldav declared as UTCTimeRangeTypeModifier and TypeFieldDescriptionprotected UTCTimeRangeTypeCompFilterType.timeRangeprotected UTCTimeRangeTypePropFilterType.timeRangeMethods in ietf.params.xml.ns.caldav that return UTCTimeRangeTypeModifier and TypeMethodDescriptionObjectFactory.createUTCTimeRangeType()Create an instance ofUTCTimeRangeTypeCompFilterType.getTimeRange()Gets the value of the timeRange property.PropFilterType.getTimeRange()Gets the value of the timeRange property.Methods in ietf.params.xml.ns.caldav that return types with arguments of type UTCTimeRangeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<UTCTimeRangeType>ObjectFactory.createTimeRange(UTCTimeRangeType value) Methods in ietf.params.xml.ns.caldav 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.voidPropFilterType.setTimeRange(UTCTimeRangeType value) Sets the value of the timeRange property.