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

B14475-01


oracle.calendar.soap.client.query
Class vCall

java.lang.Object
  extended byoracle.calendar.soap.client.query.vCall

Direct Known Subclasses:
ActiveTask, ActiveTasksCount, EventsCount

public abstract class vCall
extends java.lang.Object

Base class used for all vCalls.


Constructor Summary
vCall()
Default constructor.

Method Summary
abstract org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
Returns a new XML DOM structure representing the vCall XML tree structure.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

vCall

public vCall()
Default constructor. version 2002-12-16 fix008343

Method Detail

getElement

public abstract org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
Returns a new XML DOM structure representing the vCall XML tree structure. This is called internally when the SearchCommand is generated to DOM format. version 2002-12-16 fix008343
Returns:
Element - XML DOM element tree
See Also:
SearchCommand

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

B14475-01


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