|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-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.vOrganizer
Holds information about the event's owner. An event may only have one organizer, and that organizer is read only. Upon creation of the event, the Calendar server will create this information contained in the organizer element.
The organizer is parented to the vEvent.
vEvent
Field Summary | |
static java.lang.String |
k_cn |
static java.lang.String |
k_organizer |
Constructor Summary | |
vOrganizer() Default constructor version 2002-12-19 fix008364 |
Method Summary | |
java.lang.String |
getCN() Retrieves the common name of the organizer. |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vOrganizer XML tree structure. |
java.lang.String |
getValue() Retrieves the organizer's email address. |
void |
setCN(java.lang.String in_cn) Specifies the common name of the organizer. |
void |
setValue(java.lang.String in_value) Retrieves the organizer's email address. |
java.lang.String |
toString() Constructs a non-XML String representing the vOrganizer objects and all its children. |
static vOrganizer |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vOrganizer 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_organizer
public static final java.lang.String k_cn
Constructor Detail |
public vOrganizer()
Method Detail |
public java.lang.String getCN()
public void setCN(java.lang.String in_cn)
in_cn
- organizer's common namepublic java.lang.String getValue()
public void setValue(java.lang.String in_value)
in_value
- organizer's email addresspublic static vOrganizer unmarshall(org.w3c.dom.Element in_element)
in_element
-public 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.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |