Class TimezoneIdType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.TimezoneIdType
-
public class TimezoneIdType extends Object
The timezone-id XML element specifies that for a given calendaring REPORT request, the server MUST rely on the specified timezone 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.Java class for TimezoneIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimezoneIdType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TimezoneIdType()
-
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
-
-