Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FreeBusy

java.lang.Object
  extended byoracle.workspaces.ws.beans.FreeBusy


public class FreeBusy
extends java.lang.Object

This class represents free/busy status of a given time range.


Method Summary
 java.util.Calendar getEndTime()
          Gets the endTime value for this FreeBusy.
 java.util.Calendar getStartTime()
          Gets the startTime value for this FreeBusy.
 int getStatus()
          Gets the status value for this FreeBusy.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getEndTime

public java.util.Calendar getEndTime()
Gets the endTime value for this FreeBusy.
Returns:
endTime

getStartTime

public java.util.Calendar getStartTime()
Gets the startTime value for this FreeBusy.
Returns:
startTime

getStatus

public int getStatus()
Gets the status value for this FreeBusy. Values could be 0,1,2 0 indicates Free 1 indicates Tentative 2 indicates Busy
Returns:
status

Copyright © 2001, 2006, Oracle. All rights reserved.