Class FreebusyReportType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.BaseRequestType
-
- org.oasis_open.docs.ns.wscal.calws_soap.FreebusyReportType
-
public class FreebusyReportType extends BaseRequestType
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/ns/wscal/calws-soap}BaseRequestType"> <sequence> <element name="time-range" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}UTCTimeRangeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UTCTimeRangeTypetimeRange-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseRequestType
href, id
-
-
Constructor Summary
Constructors Constructor Description FreebusyReportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UTCTimeRangeTypegetTimeRange()Gets the value of the timeRange property.voidsetTimeRange(UTCTimeRangeType value)Sets the value of the timeRange property.-
Methods inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseRequestType
getHref, getId, setHref, setId
-
-
-
-
Field Detail
-
timeRange
protected UTCTimeRangeType timeRange
-
-
Method Detail
-
getTimeRange
public UTCTimeRangeType getTimeRange()
Gets the value of the timeRange property.- Returns:
- possible object is
UTCTimeRangeType
-
setTimeRange
public void setTimeRange(UTCTimeRangeType value)
Sets the value of the timeRange property.- Parameters:
value- allowed object isUTCTimeRangeType
-
-