Class LimitFreebusySetType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.UTCTimeRangeType
org.oasis_open.docs.ws_calendar.ns.soap.LimitFreebusySetType
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.
The "start" attribute specifies the inclusive start of the time
range, and the "end" attribute specifies the non-inclusive end of
the time range. Both attributes are specified as "date with UTC
time" value. The value of the "end" attribute MUST be greater
than the value of the "start" attribute.
The server MUST use the same logic as defined for timeRange
to determine if a FREEBUSY property value intersects the
specified time range.
Java class for LimitFreebusySetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LimitFreebusySetType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}UTCTimeRangeType"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.UTCTimeRangeType
end, start
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.UTCTimeRangeType
getEnd, getStart, setEnd, setStart
-
Constructor Details
-
LimitFreebusySetType
public LimitFreebusySetType()
-