Class 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>
     
    • Field Detail

      • value

        protected String value
    • Constructor Detail

      • TimezoneIdType

        public TimezoneIdType()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String