com.google.gdata.data.calendar
Class IcalUIDProperty

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

public class IcalUIDProperty
extends ValueConstruct

GData schema extension describing the UID in the ical export of the event. The value can be an arbitrary string and is described in section 4.8.4.7 of RFC 2445. This value is different from the value of the event ID. Currently a read-only entry.


Constructor Summary
IcalUIDProperty()
           
IcalUIDProperty(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

IcalUIDProperty

public IcalUIDProperty()

IcalUIDProperty

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

getDefaultDescription

public static ExtensionDescription getDefaultDescription()