org.purl.sword.atom
Class Contributor
java.lang.Object
org.purl.sword.base.XmlElement
org.purl.sword.atom.Author
org.purl.sword.atom.Contributor
- All Implemented Interfaces:
- SwordElementInterface
public class Contributor
- extends Author
Represents an ATOM Contributor.
- Author:
- Neil Taylor
|
Constructor Summary |
Contributor()
Create a new instance and set the prefix to
'atom' and the local name to 'contributor'. |
| 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 |
Contributor
public Contributor()
- Create a new instance and set the prefix to
'atom' and the local name to 'contributor'.
elementName
public static XmlName elementName()
- Get the element name for this Xml Element.
- Returns:
- The details of prefix, localname and namespace.
Copyright © 2009 The DSpace Foundation. All Rights Reserved.