|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.extensions.Who
com.google.gdata.data.calendar.EventWho
public class EventWho
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 |
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
Field Summary |
---|
Fields inherited from class com.google.gdata.data.extensions.Who |
---|
attendeeStatus, attendeeType, email, entryLink, rel, valueString |
Fields inherited from class com.google.gdata.data.ExtensionPoint |
---|
xmlBlob |
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
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 AbstractExtension.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, visitChildren |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
consumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventWho()
Method Detail |
---|
public ResourceProperty getResource()
public void setResource(ResourceProperty resource)
public static ExtensionDescription getDefaultDescription()
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, java.lang.String namespace, java.lang.String localName, org.xml.sax.Attributes attrs)
AbstractExtension
AbstractExtension.AttributesHandler
to handle
parsing the extension.
getHandler
in interface Extension
getHandler
in class Who
extProfile
- extension profilenamespace
- extension namespacelocalName
- tag name, without the namespace prefixattrs
- tag attributes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |