com.google.gdata.data.calendar
Class TimeZoneProperty

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ValueConstruct
          extended by com.google.gdata.data.calendar.TimeZoneProperty
All Implemented Interfaces:
Extension

public class TimeZoneProperty
extends ValueConstruct

GData schema extension describing timezone property of a calendar


Constructor Summary
TimeZoneProperty()
           
TimeZoneProperty(java.lang.String value)
           
 
Method Summary
static ExtensionDescription getDefaultDescription()
           
 
Methods inherited from class com.google.gdata.data.ValueConstruct
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneProperty

public TimeZoneProperty()

TimeZoneProperty

public TimeZoneProperty(java.lang.String value)
Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription()