|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.iCal.vComponent
oracle.calendar.soap.iCal.vAttendee
Provides information about one attendee of an instance of an event. This Web services implementation requires that the attendee value be an email address (either the Oracle Internet Directory user's or user's external to the system). The value is always of the form mailto:attendee.name@my-company.com
.
The common name (cn) attribute provides an X.400 representation of the attendee's name and is typically used for display purposes. However, for external attendees, this information may not be available. The attendee status is provided in the PartStat (participation status) property.
The attendee is parented to the vEvent.
vEvent
Field Summary | |
static java.lang.String |
k_accepted |
static java.lang.String |
k_cn |
static java.lang.String |
k_declined |
static java.lang.String |
k_needsAction |
static java.lang.String |
k_partStat |
static java.lang.String |
k_personalNote |
static java.lang.String |
k_vAttendee |
Constructor Summary | |
vAttendee() Default constructor version 2002-12-20 fix008364 |
Method Summary | |
java.lang.String |
getCN() Retrieves the common name of the attendee. |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vAttendee XML tree structure. |
java.lang.String |
getPartStat() Retrieves the attendee's participation status. |
java.lang.String |
getPersnonalNote() Retrieves the personal notes of the attendee. |
java.lang.String |
getValue() Retrieve's the attendee's email address. |
void |
setCN(java.lang.String in_cn) Assigns the common name of the attendee. |
void |
setPartStat(java.lang.String in_partStat) Sets the participation status for the attendee. |
void |
setValue(java.lang.String in_emailAddress) Assigns the attendee's email address. |
java.lang.String |
toString() Constructs a non-XML String representing the vAttendee objects and all its children. |
static vAttendee |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vAttendee instance from the XML elements within the XML DOM. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String k_vAttendee
public static final java.lang.String k_cn
public static final java.lang.String k_partStat
public static final java.lang.String k_personalNote
public static final java.lang.String k_needsAction
public static final java.lang.String k_declined
public static final java.lang.String k_accepted
Constructor Detail |
public vAttendee()
Method Detail |
public java.lang.String getCN()
public void setCN(java.lang.String in_cn)
public java.lang.String getPartStat()
public void setPartStat(java.lang.String in_partStat)
in_partStat
- - attendee's participation statuspublic java.lang.String getValue()
public void setValue(java.lang.String in_emailAddress)
mailto:attendee.name@my-company.com
. version 2002-12-19 fix008364in_emailAddress
- - attendee's email addresspublic java.lang.String getPersnonalNote()
public static vAttendee unmarshall(org.w3c.dom.Element in_element)
in_element
- - XML elementpublic org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
getElement
in class vComponent
public java.lang.String toString()
toString
in class vComponent
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |