|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.2) B25488-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.iCal.vCalendar
Container for all related vEvents and vTasks (although some are not required by the IETF iCalendar specification).
iCalendar
, vEvent
, vTodo
, vTimezone
Constructor Summary | |
vCalendar() Default constructor. |
Method Summary | |
void |
addvComponent(vComponent in_vComponent) Adds a new vComponent (vTodo or vEvent) to the vCalendar object. |
java.lang.String |
getCalScale() Not supported; returns the calendar scale used, such as the Gregorian calendar scale. |
java.util.Vector |
getComponents() Returns a Vector of vEvents or vTodos. |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vCalendar XML tree structure. |
java.lang.String |
getLanguage() Not supported; returns the language used by vCalendar. |
java.lang.String |
getProdId() Retrieves the product ID of the originating Calendar store. |
void |
getProdId(java.lang.String in_prodId) Assigns a new product ID for the vCalendar. |
java.lang.String |
getVersion() Retrieves the version of the iCalendar, typically 2.0. |
java.lang.String |
toString() Constructs a non-XML String representing the vCalendar object and all its children. |
static vCalendar |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vCalendar instance from the XML elements within the XML DOM. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public vCalendar()
Method Detail |
public java.lang.String getVersion()
public java.lang.String getProdId()
public void getProdId(java.lang.String in_prodId)
in_prodId
- the iCalendar product IDpublic java.lang.String getCalScale()
public java.lang.String getLanguage()
public java.util.Vector getComponents()
public void addvComponent(vComponent in_vComponent)
in_vComponent
- - vTodo or vEvent child componentpublic static vCalendar unmarshall(org.w3c.dom.Element in_element)
in_element
- XML DOM representing a vCalendar instancepublic 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.2) B25488-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |