com.google.gdata.data.calendar
Class SendEventNotificationsProperty

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

public class SendEventNotificationsProperty
extends ValueConstruct

GData schema extension describing whether to send event notifications to other participants of the event or not.


Field Summary
static SendEventNotificationsProperty FALSE
           
static SendEventNotificationsProperty TRUE
           
 
Constructor Summary
SendEventNotificationsProperty()
           
SendEventNotificationsProperty(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
 

Field Detail

TRUE

public static final SendEventNotificationsProperty TRUE

FALSE

public static final SendEventNotificationsProperty FALSE
Constructor Detail

SendEventNotificationsProperty

public SendEventNotificationsProperty()

SendEventNotificationsProperty

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

getDefaultDescription

public static ExtensionDescription getDefaultDescription()