Class TimezoneType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.TimezoneType
-
public class TimezoneType extends Object
The timezone XML element specifies that for a given calendaring REPORT request, the server MUST rely on the specified VTIMEZONE component instead of the calendar-timezone property of the calendar collection, in which the calendar object resource is contained to resolve "date" values and "date with local time" values (i.e., floating time) to "date with UTC time" values. The server will require this information to determine if a calendar component scheduled with "date" values or "date with local time" values intersects a timeRange specified in a calendar-query REPORT. Note: The iCalendar data embedded within the timezone XML element MUST follow the standard XML character data encoding rules, including use of <, >, & etc. entity encoding or the use of a ... construct. In the later case, the iCalendar data cannot contain the character sequence ']' + ']' + '>', which is the end delimiter for the CDATA section.Java class for TimezoneType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimezoneType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TimezoneType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
-