Class FreebusyReportType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.soap.FreebusyReportType
Request a freebusy report on the targeted principal. This is a
scheduling freebusy request which incorporates information such as
availability etc. As such the response may depend on information not
visible to the caller.
Java class for FreebusyReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FreebusyReportType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType"> <sequence> <element name="time-range" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}UTCTimeRangeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
href, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the timeRange property.void
setTimeRange
(UTCTimeRangeType value) Sets the value of the timeRange property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
getHref, getId, setHref, setId
-
Field Details
-
timeRange
-
-
Constructor Details
-
FreebusyReportType
public FreebusyReportType()
-
-
Method Details
-
getTimeRange
Gets the value of the timeRange property.- Returns:
- possible object is
UTCTimeRangeType
-
setTimeRange
Sets the value of the timeRange property.- Parameters:
value
- allowed object isUTCTimeRangeType
-