Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.iCal
Class vOrganizer

java.lang.Object
  extended byoracle.calendar.soap.iCal.vComponent
      extended byoracle.calendar.soap.iCal.vOrganizer


public class vOrganizer
extends vComponent

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.

See Also:
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

k_organizer

public static final java.lang.String k_organizer
See Also:
Constant Field Values

k_cn

public static final java.lang.String k_cn
See Also:
Constant Field Values

Constructor Detail

vOrganizer

public vOrganizer()
Default constructor version 2002-12-19 fix008364

Method Detail

getCN

public java.lang.String getCN()
Retrieves the common name of the organizer. version 2002-12-19 fix008364
Returns:
String - organizer's common name

setCN

public void setCN(java.lang.String in_cn)
Specifies the common name of the organizer. version 2003-03-21 fix008832
Parameters:
in_cn - organizer's common name

getValue

public java.lang.String getValue()
Retrieves the organizer's email address. version 2002-12-16 fix008343
Returns:
String - organizer's email address

setValue

public void setValue(java.lang.String in_value)
Retrieves the organizer's email address. version 2003-03-21 fix008832
Parameters:
in_value - 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. version 2002-12-19 fix008364
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 generated to DOM format. version 2004-04-24 fix009031
Overrides:
getElement in class vComponent
Returns:
Element - XML DOM element tree

toString

public java.lang.String toString()
Constructs a non-XML String representing the vOrganizer objects and all its children. (In general, each line of this string contains an iCalendar property, followed by a colon, then the value of the property.) Note that this string is not IETF iCalendar 2.0 format. version 2003-01-16 fix008443
Overrides:
toString in class vComponent
Returns:
String - serialized vOrganizer

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Copyright © 1998, 2005, Oracle. All rights reserved.