|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.iCal.iCalendar
Parent element for calendaring data returned from the Calendar Web services host. This top-level container provides access to all vCalendar elements.
Constructor Summary | |
iCalendar() Default constuctor. |
Method Summary | |
void |
addvCalendar(vCalendar in_vcal) Adds a vCalendar to the iCalendar object. |
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 |
getNamespace() Retrieves the xCal defined namespace. |
java.util.Vector |
getvCalendars() Retrieves a Vector of vCalendar elements. |
java.lang.String |
toString() Constructs a non-XML String representing the iCalendar object and all its children. |
static iCalendar |
unmarshall(org.w3c.dom.Element in_element) Constructs a new iCalendar instance from the XML elements within the XML DOM. |
static java.util.Vector |
unmarshallVector(java.util.Vector in_elements) Constructs a Vector of iCalendar objects from a Vector of Element objects. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public iCalendar()
Method Detail |
public java.lang.String getNamespace()
public java.util.Vector getvCalendars()
public void addvCalendar(vCalendar in_vcal)
in_vcal
- vCalendarvCalendar
public static iCalendar unmarshall(org.w3c.dom.Element in_element)
in_element
- Elementpublic static java.util.Vector unmarshallVector(java.util.Vector in_elements)
in_elements
- Vector of XML DOM element treespublic org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
public java.lang.String toString()
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |