com.google.gdata.data.calendar
Class EventWho

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ExtensionPoint
          extended by com.google.gdata.data.extensions.Who
              extended by com.google.gdata.data.calendar.EventWho
All Implemented Interfaces:
Extension

public class EventWho
extends Who

Calendar extensions to the base-level Who processing for calendar events.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gdata.data.extensions.Who
Who.AttendeeStatus, Who.AttendeeType, Who.Rel
 
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
 
Constructor Summary
EventWho()
           
 
Method Summary
static ExtensionDescription getDefaultDescription()
          Returns a suggested extension description, which is repeatable.
static ExtensionDescription getDefaultDescription(boolean repeatable)
          Returns a suggested extension description, which may be repeatable or not.
 XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, java.lang.String namespace, java.lang.String localName, org.xml.sax.Attributes attrs)
          The default implementation uses the AttributesHandler to handle parsing the extension.
 ResourceProperty getResource()
           
 void setResource(ResourceProperty resource)
           
 
Methods inherited from class com.google.gdata.data.extensions.Who
generate, getAttendeeStatus, getAttendeeType, getEmail, getEntryLink, getRel, getValueString, setAttendeeStatus, setAttendeeType, setEmail, setEntryLink, setRel, setValueString
 
Methods inherited from class com.google.gdata.data.ExtensionPoint
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventWho

public EventWho()
Method Detail

getResource

public ResourceProperty getResource()

setResource

public void setResource(ResourceProperty resource)

getDefaultDescription

public static ExtensionDescription getDefaultDescription()
Returns a suggested extension description, which is repeatable.


getDefaultDescription

public static ExtensionDescription getDefaultDescription(boolean repeatable)
Returns a suggested extension description, which may be repeatable or not.


getHandler

public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
                                           java.lang.String namespace,
                                           java.lang.String localName,
                                           org.xml.sax.Attributes attrs)
Description copied from class: AbstractExtension
The default implementation uses the AttributesHandler to handle parsing the extension.

Specified by:
getHandler in interface Extension
Overrides:
getHandler in class Who
Parameters:
extProfile - extension profile
namespace - extension namespace
localName - tag name, without the namespace prefix
attrs - tag attributes
Returns:
an element handler