oracle.calendar.soap.iCal
Class vComponent

java.lang.Object
  |
  +--oracle.calendar.soap.iCal.vComponent
Direct Known Subclasses:
vAttendee, vEvent, vOrganizer, vTimezone, vTodo

public class vComponent
extends java.lang.Object

The vComponent is the base class for all iCalendar entities that can be parented to a vCalendar object or another vComponent.


Constructor Summary
vComponent()
          Default constructor

 

Method Summary
 org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
          Returns a new XML DOM structure representing the iCalendar XML tree structure.
 java.lang.String toString()
          Constructs a String representing the vComponent object.

 

Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait

 

Constructor Detail

vComponent

public vComponent()
Default constructor
Method Detail

getElement

public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
Returns a new XML DOM structure representing the iCalendar XML tree structure. This method must be overriden in child classes for their own implementation.
Returns:
Element an XML DOM element tree

toString

public java.lang.String toString()
Constructs a String representing the vComponent object. This should be overridden in sub-classes.
Overrides:
toString in class java.lang.Object
Returns:
String a serialized iCal