|
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.vComponent
oracle.calendar.soap.iCal.vTimezone
Holds information about the event's time zone. In this implementation, the time zone component is not supported; however, the element may be parsed out for testing purposes.
The timezone is parented to the vEvent.
vEvent
Field Summary | |
static java.lang.String |
k_timezone |
Constructor Summary | |
vTimezone() Default constructor version 2003-05-19 fix009239 |
Method Summary | |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vTimezone XML tree structure. |
java.lang.String |
toString() Constructs a non-XML String representing the vTimezone objects and all its children. |
static vTimezone |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vTimezone instance from the XML elements within the XML DOM. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String k_timezone
Constructor Detail |
public vTimezone()
Method Detail |
public static vTimezone unmarshall(org.w3c.dom.Element in_element)
in_element
-public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
getElement
in class vComponent
public java.lang.String toString()
toString
in class vComponent
|
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 |