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

Part No. B28209-01


oracle.workspaces.ws.beans
Class CalendarAttendee

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


public class CalendarAttendee
extends java.lang.Object

This class represents an attendee of a calendar event.


Method Summary
 java.lang.String getCuType()
          Gets the cuType value for this CalendarAttendee.
 java.lang.String getFullName()
          Gets the fullName value for this CalendarAttendee.
 java.lang.String getGuid()
          Gets the GUID value for this CalendarAttendee.
 java.lang.String getPartStat()
          Gets the partStat value for this CalendarAttendee.
 java.lang.String getShowAsFree()
          Gets the showAsFree value for this CalendarAttendee.
 java.lang.String getUserName()
          Gets the nickname for this CalendarAttendee.
 java.lang.String getValue()
          Gets the value of participant.
 boolean isRsvp()
          Gets the RSVP value for this CalendarAttendee.
 void setCuType(java.lang.String cuType)
          Sets the cuType value for this CalendarAttendee.
 void setFullName(java.lang.String fullName)
          Sets the fullName value for this CalendarAttendee.
 void setGuid(java.lang.String guid)
          Sets the guid value for this CalendarAttendee.
 void setRsvp(boolean rsvp)
          Sets the rsvp value for this CalendarAttendee.
 void setUserName(java.lang.String userName)
          Sets the nickname for this CalendarAttendee.
 void setValue(java.lang.String value)
          Sets the value of participant.

 

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

 

Method Detail

getCuType

public java.lang.String getCuType()
Gets the cuType value for this CalendarAttendee. Values could be INDIVIDUAL,GROUP,ROOM,RESOURCE,UNKNOWN.
Returns:
cuType

setCuType

public void setCuType(java.lang.String cuType)
Sets the cuType value for this CalendarAttendee. Values could be INDIVIDUAL,GROUP,ROOM,RESOURCE,UNKNOWN.
Parameters:
cuType -

getFullName

public java.lang.String getFullName()
Gets the fullName value for this CalendarAttendee.
Returns:
fullName

setFullName

public void setFullName(java.lang.String fullName)
Sets the fullName value for this CalendarAttendee.
Parameters:
fullName -

getGuid

public java.lang.String getGuid()
Gets the GUID value for this CalendarAttendee.
Returns:
guid

setGuid

public void setGuid(java.lang.String guid)
Sets the guid value for this CalendarAttendee.
Parameters:
guid -

getPartStat

public java.lang.String getPartStat()
Gets the partStat value for this CalendarAttendee. Values could be NEEDS-ACTION,ACCEPTED,DECLINED,TENTATIVE.
Returns:
partStat

isRsvp

public boolean isRsvp()
Gets the RSVP value for this CalendarAttendee.
Returns:
rsvp

setRsvp

public void setRsvp(boolean rsvp)
Sets the rsvp value for this CalendarAttendee.
Parameters:
rsvp -

getShowAsFree

public java.lang.String getShowAsFree()
Gets the showAsFree value for this CalendarAttendee.
Returns:
showAsFree

getUserName

public java.lang.String getUserName()
Gets the nickname for this CalendarAttendee.
Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the nickname for this CalendarAttendee. Note: This field should be set to retrieve a calendar attendee of type INDIVIDUAL.
Parameters:
userName -

getValue

public java.lang.String getValue()
Gets the value of participant. Note: Usually it is email address of the participant
Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value of participant. Note: Usually it is email address of the participant
Parameters:
value -

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