oracle.calendar.soap.iCal
Class vOrganizer

java.lang.Object
  |
  +--oracle.calendar.soap.iCal.vComponent
        |
        +--oracle.calendar.soap.iCal.vOrganizer

public class vOrganizer
extends vComponent

The organizer components holds information about the events' owner. There are only be one organizer and it is read only. Upon creation, the calendar server will create this information. The organizer is parented to the vEvent.

See Also:
vEvent

Field Summary
static java.lang.String k_cn
           
static java.lang.String k_organizer
           
private  java.lang.String m_cn
           
private  java.lang.String m_value
           

 

Constructor Summary
vOrganizer()
          Default constructor

 

Method Summary
 java.lang.String getCN()
          Retrieve 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()
          Retrieve the organizer's email address
 void setCN(java.lang.String in_cn)
          Set the common name of the organizer.
 void setValue(java.lang.String in_value)
          Set the organizer's email address
 java.lang.String toString()
          Constructs a String representing the vOrganizer objects and all 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
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait

 

Field Detail

k_organizer

public static final java.lang.String k_organizer

k_cn

public static final java.lang.String k_cn

m_cn

private java.lang.String m_cn

m_value

private java.lang.String m_value
Constructor Detail

vOrganizer

public vOrganizer()
Default constructor
Method Detail

getCN

public java.lang.String getCN()
Retrieve the common name of the organizer.
Returns:
String the organizer's common name

setCN

public void setCN(java.lang.String in_cn)
Set the common name of the organizer.
Parameters:
String - the organizer's common name

getValue

public java.lang.String getValue()
Retrieve the organizer's email address
Returns:
String the organizer's email address

setValue

public void setValue(java.lang.String in_value)
Set the organizer's email address
Parameters:
String - the organizer's email address

unmarshall

public static vOrganizer unmarshall(org.w3c.dom.Element in_element)
Constructs a new vOrganizer instance from the XML elements within the XML DOM.
Parameters:
in_element -  
Returns:
vOrganizer a vOrganizer

getElement

public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
Returns a new XML DOM structure representing the vOrganizer XML tree structure. This is called internally when a Calendarlet command is being generated to DOM format.
Overrides:
getElement in class vComponent
Returns:
Element an XML DOM element tree

toString

public java.lang.String toString()
Constructs a String representing the vOrganizer objects and all children. NOTE: this is not iCalendar 2.0 format.
Overrides:
toString in class vComponent
Returns:
String a serialized vOrganizer