org.w3.atom
Class Contributor

java.lang.Object
  extended by org.purl.sword.base.XmlElement
      extended by org.w3.atom.Author
          extended by org.w3.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.base.XmlElement
DATE_FORMAT, localName, prefix
 
Constructor Summary
Contributor()
          Create a new instance and set the prefix to 'atom' and the local name to 'contributor'.
 
Method Summary
 
Methods inherited from class org.w3.atom.Author
getEmail, getName, getUri, marshall, setEmail, setName, setUri, unmarshall
 
Methods inherited from class org.purl.sword.base.XmlElement
dateToString, getQualifiedName, getQualifiedName, isInstanceOf, stringToDate, unmarshallBoolean, unmarshallDate, unmarshallInteger, unmarshallString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contributor

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



Copyright © 2008 The DSpace Foundation. All Rights Reserved.