oracle.calendar.soap.client.query
Class vCall

java.lang.Object
  |
  +--oracle.calendar.soap.client.query.vCall
Direct Known Subclasses:
ActiveTask

public abstract class vCall
extends java.lang.Object

This is the 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
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Constructor Detail

vCall

public vCall()
Default constructor
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 being generated to DOM format.
Returns:
Element an XML DOM element tree
See Also:
SearchCommand