Class FreebusyReportType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.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/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 Details

  • Constructor Details

    • FreebusyReportType

      public FreebusyReportType()
  • Method Details