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

B14475-01


oracle.calendar.soap.iCal
Class vComponent

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

Direct Known Subclasses:
vAlarm, vAttendee, vEvent, vOrganizer, vTimezone, vTodo

public class vComponent
extends java.lang.Object

Base class for all iCalendar entities that can be parented to a vCalendar object or another vComponent.


Constructor Summary
vComponent()
Default constructor version 2002-12-19 fix008359

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

vComponent

public vComponent()
Default constructor version 2002-12-19 fix008359

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. Subclasses must override this method. version 2002-12-19 fix008359
Returns:
Element - XML DOM element tree

toString

public java.lang.String toString()
Constructs a String representing the vComponent object. Subclasses should override this method. version 2003-01-16 fix008443
Returns:
String - Serialized iCal

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

B14475-01


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