oracle.calendar.soap.iCal
Class vTimezone
java.lang.Object
|
+--oracle.calendar.soap.iCal.vComponent
|
+--oracle.calendar.soap.iCal.vTimezone
- public class vTimezone
- extends vComponent
The timezone components holds information about the
event's timezone. In this implementation, the timezone
component is not supported, however the element
may be parsed out for testing purposes. The existance
of the element along indicates a failure in the data
received from the server.
The timezone is parented to the vEvent.
- See Also:
vEvent
Constructor Summary |
vTimezone()
Default constructor |
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 String representing the vTimezone objects
and all 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 |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
k_timezone
public static final java.lang.String k_timezone
vTimezone
public vTimezone()
- Default constructor
unmarshall
public static vTimezone unmarshall(org.w3c.dom.Element in_element)
- Constructs a new vTimezone instance from the XML elements
within the XML DOM.
- Parameters:
in_element
- - Returns:
- vTimezone a vTimezone
getElement
public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
- Returns a new XML DOM structure representing the vTimezone
XML tree structure. This is called internally when a
Calendarlet command is being generated to DOM format.
- Overrides:
getElement
in class vComponent
- Returns:
- Element an XML DOM element tree
toString
public java.lang.String toString()
- Constructs a String representing the vTimezone objects
and all children. NOTE: this is not iCalendar 2.0 format.
- Overrides:
toString
in class vComponent
- Returns:
- String a serialized vTimezone