Uses of Class
org.oasis_open.docs.ns.wscal.calws_soap.UTCTimeRangeType
-
Packages that use UTCTimeRangeType Package Description org.oasis_open.docs.ns.wscal.calws_soap -
-
Uses of UTCTimeRangeType in org.oasis_open.docs.ns.wscal.calws_soap
Subclasses of UTCTimeRangeType in org.oasis_open.docs.ns.wscal.calws_soap Modifier and Type Class Description classExpandTypeThe 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.classLimitFreebusySetTypeThe 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.classLimitRecurrenceSetTypeThe 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.ns.wscal.calws_soap declared as UTCTimeRangeType Modifier and Type Field Description protected UTCTimeRangeTypeCompFilterType. timeRangeprotected UTCTimeRangeTypeFreebusyReportType. timeRangeprotected UTCTimeRangeTypePropFilterType. timeRangeMethods in org.oasis_open.docs.ns.wscal.calws_soap that return UTCTimeRangeType Modifier and Type Method Description UTCTimeRangeTypeObjectFactory. createUTCTimeRangeType()Create an instance ofUTCTimeRangeTypeUTCTimeRangeTypeCompFilterType. getTimeRange()Gets the value of the timeRange property.UTCTimeRangeTypeFreebusyReportType. getTimeRange()Gets the value of the timeRange property.UTCTimeRangeTypePropFilterType. getTimeRange()Gets the value of the timeRange property.Methods in org.oasis_open.docs.ns.wscal.calws_soap that return types with arguments of type UTCTimeRangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<UTCTimeRangeType>ObjectFactory. createTimeRange(UTCTimeRangeType value)Methods in org.oasis_open.docs.ns.wscal.calws_soap with parameters of type UTCTimeRangeType Modifier and Type Method Description javax.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.
-