com.google.gdata.model.atom
Class Contributor

java.lang.Object
  extended by com.google.gdata.model.Element
      extended by com.google.gdata.model.atom.Person
          extended by com.google.gdata.model.atom.Contributor
All Implemented Interfaces:
IPerson

public class Contributor
extends Person

Contributor element, modifies Person to add contributor QName.


Field Summary
static ElementKey<java.lang.Void,Contributor> KEY
          The key for this element.
 
Fields inherited from class com.google.gdata.model.atom.Person
EMAIL, NAME, URI
 
Constructor Summary
Contributor()
          Constructs a new Contributor instance.
Contributor(java.lang.String name)
          Constructs a new Contributor instance with the given name.
Contributor(java.lang.String name, java.net.URI uri, java.lang.String email)
          Constructs a new Contributor instance with the given name, uri, and email.
 
Method Summary
static void registerMetadata(MetadataRegistry registry)
          Registers the metadata for this element.
 
Methods inherited from class com.google.gdata.model.atom.Person
getEmail, getName, getNameLang, getUri, getUriUri, setEmail, setName, setNameLang, setUri, setUri
 
Methods inherited from class com.google.gdata.model.Element
addElement, addElement, addElement, clear, createElement, createElement, equals, getAttributeCount, getAttributeIterator, getAttributeIterator, getAttributeValue, getAttributeValue, getDefaultKey, getElement, getElement, getElementCount, getElementId, getElementIterator, getElementIterator, getElementKey, getElements, getElements, getElementSet, getElementSet, getElementValue, getElementValue, getTextValue, getTextValue, hasAttribute, hasAttribute, hasElement, hasElement, hashCode, hasTextValue, isLocked, lock, removeAttribute, removeAttribute, removeAttributeValue, removeAttributeValue, removeElement, removeElement, removeElement, removeElement, replaceElement, resolve, resolve, setAttributeValue, setAttributeValue, setElement, setElement, setElement, setTextValue, toString, visit
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final ElementKey<java.lang.Void,Contributor> KEY
The key for this element.

Constructor Detail

Contributor

public Contributor()
Constructs a new Contributor instance. Default metadata is associated with this instance.


Contributor

public Contributor(java.lang.String name)
Constructs a new Contributor instance with the given name.


Contributor

public Contributor(java.lang.String name,
                   java.net.URI uri,
                   java.lang.String email)
Constructs a new Contributor instance with the given name, uri, and email.

Method Detail

registerMetadata

public static void registerMetadata(MetadataRegistry registry)
Registers the metadata for this element.