biweekly.property
Class TimezoneId

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<String>
          extended by biweekly.property.TextProperty
              extended by biweekly.property.TimezoneId

public class TimezoneId
extends TextProperty

Defines a unique identifier for a VTimezone component. The identifier must be unique within the scope of the iCalendar object. Properties that support the usage of timezones can use this ID to reference the timezone defined in a VTimezone component. Properties that support timezones will contain getTimezoneId, setTimezoneId, and setTimezone methods (for instance: DateStart, DateEnd, and DateDue).

Author:
Michael Angstadt
See Also:
RFC 5545 p.102-3

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
TimezoneId(String timezone)
          Creates a timezone identifier property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimezoneId

public TimezoneId(String timezone)
Creates a timezone identifier property.

Parameters:
timezone - the timezone identifier


Copyright © 2013 Michael Angstadt. All Rights Reserved.