Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.2)

B25488-01


oracle.calendar.soap.iCal
Class vTimezone

java.lang.Object
  extended byoracle.calendar.soap.iCal.vComponent
      extended byoracle.calendar.soap.iCal.vTimezone


public class vTimezone
extends vComponent

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.

See Also:
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

k_timezone

public static final java.lang.String k_timezone
See Also:
Constant Field Values

Constructor Detail

vTimezone

public vTimezone()
Default constructor version 2003-05-19 fix009239

Method Detail

unmarshall

public static vTimezone unmarshall(org.w3c.dom.Element in_element)
Constructs a new vTimezone instance from the XML elements within the XML DOM. version 2003-05-19 fix009239
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 generated to DOM format. version 2003-05-19 fix009239
Overrides:
getElement in class vComponent
Returns:
Element - XML DOM element tree

toString

public java.lang.String toString()
Constructs a non-XML String representing the vTimezone objects and all its children. (In general, each line of this string contains an iCalendar property, followed by a colon, then the value of the property.) Note that this string is not IETF iCalendar 2.0 format. version 2003-01-16 fix008443
Overrides:
toString in class vComponent
Returns:
String - serialized vTimezone

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.2)

B25488-01


Copyright © 1998, 2005, Oracle. All rights reserved.