org.purl.sword.atom
Class Contributor

java.lang.Object
  extended by org.purl.sword.base.XmlElement
      extended by org.purl.sword.atom.Author
          extended by org.purl.sword.atom.Contributor
All Implemented Interfaces:
SwordElementInterface

public class Contributor
extends Author

Represents an ATOM Contributor.

Author:
Neil Taylor

Field Summary
 
Fields inherited from class org.purl.sword.atom.Author
ELEMENT_AUTHOR_NAME, ELEMENT_EMAIL, ELEMENT_NAME, ELEMENT_URI
 
Fields inherited from class org.purl.sword.base.XmlElement
DATE_FORMAT, DATE_FORMATS, xmlName
 
Constructor Summary
Contributor()
          Create a new instance and set the prefix to 'atom' and the local name to 'contributor'.
 
Method Summary
static XmlName elementName()
          Get the element name for this Xml Element.
 
Methods inherited from class org.purl.sword.atom.Author
getEmail, getName, getUri, marshall, setEmail, setName, setUri, toString, unmarshall, unmarshall, validate, validate
 
Methods inherited from class org.purl.sword.base.XmlElement
createValidAttributeInfo, getQualifiedName, getQualifiedName, getQualifiedNameWithPrefix, getXmlName, handleIncorrectElement, isInstanceOf, isInstanceOf, processUnexpectedAttributes, processUnexpectedAttributes, unmarshallBoolean, unmarshallInteger, unmarshallString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Contributor

public Contributor()
Create a new instance and set the prefix to 'atom' and the local name to 'contributor'.

Method Detail

elementName

public static XmlName elementName()
Get the element name for this Xml Element.

Returns:
The details of prefix, localname and namespace.


Copyright © 2010 The DSpace Foundation. All Rights Reserved.