public class

EmailList

extends ExtensionPoint
implements Extension
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.appsforyourdomain.EmailList

Class Overview

Apps name space element: "apps:emailList". Used to model an emailList in Google Apps for Your Domain. Has attribute "name". Sample XML element. <apps:emailList xmlns:apps="http://schemas.google.com/apps/2006" name="staff"/>

Summary

Constants
String ATTRIBUTE_NAME
String EXTENSION_LOCAL_NAME
Fields
private static ExtensionDescription EXTENSION_DESC
protected String name
[Expand]
Inherited Fields
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
EmailList()
Public Methods
void generate(XmlWriter w, ExtensionProfile extensionProfile)
Generates an XML representation for the extension.
static ExtensionDescription getDefaultDescription()
XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)
The default implementation uses the AbstractExtension.AttributesHandler to handle parsing the extension.
String getName()
void setName(String name)
[Expand]
Inherited Methods
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension

Constants

public static final String ATTRIBUTE_NAME

Constant Value: "name"

public static final String EXTENSION_LOCAL_NAME

Constant Value: "emailList"

Fields

private static ExtensionDescription EXTENSION_DESC

protected String name

Public Constructors

public EmailList ()

Public Methods

public void generate (XmlWriter w, ExtensionProfile extensionProfile)

Generates an XML representation for the extension.

Parameters
w XML writer
extensionProfile Extension profile
Throws
IOException

public static ExtensionDescription getDefaultDescription ()

Returns
  • Description of this extension

public XmlParser.ElementHandler getHandler (ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)

The default implementation uses the AbstractExtension.AttributesHandler to handle parsing the extension.

Parameters
extProfile Extension profile
namespace Extension namespace
localName Tag name, without the namespace prefix
attrs Tag attributes
Returns
  • an element handler

public String getName ()

public void setName (String name)

Parameters
name