Class FreebusyReportResponseType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
-
- org.oasis_open.docs.ns.wscal.calws_soap.FreebusyReportResponseType
-
public class FreebusyReportResponseType extends BaseResponseType
Respond to the freebusy request. Returned icalendar data will be an icalendar entity containing a vfreebusy object. Note that the time period returned may not be as requested. The server is at liberty to extend or truncate the period.Java class for FreebusyReportResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FreebusyReportResponseType"> <complexContent> <extension base="{http://docs.oasis-open.org/ns/wscal/calws-soap}BaseResponseType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}icalendar" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IcalendarTypeicalendar-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description FreebusyReportResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcalendarTypegetIcalendar()Gets the value of the icalendar property.voidsetIcalendar(IcalendarType value)Sets the value of the icalendar property.-
Methods inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-
-
-
Field Detail
-
icalendar
protected IcalendarType icalendar
-
-
Method Detail
-
getIcalendar
public IcalendarType getIcalendar()
Gets the value of the icalendar property.- Returns:
- possible object is
IcalendarType
-
setIcalendar
public void setIcalendar(IcalendarType value)
Sets the value of the icalendar property.- Parameters:
value- allowed object isIcalendarType
-
-