org.w3.atom
Class Title

java.lang.Object
  extended by org.purl.sword.base.XmlElement
      extended by org.w3.atom.TextConstruct
          extended by org.w3.atom.Title
All Implemented Interfaces:
SwordElementInterface

public class Title
extends TextConstruct

Represents an ATOM Title element. This is a simple subclass of the TextConstruct class.

Author:
Neil Taylor

Field Summary
 
Fields inherited from class org.purl.sword.base.XmlElement
DATE_FORMAT, localName, prefix
 
Constructor Summary
Title()
          Create a new instance and set the prefix to 'atom' and the local name to 'title'.
 
Method Summary
 
Methods inherited from class org.w3.atom.TextConstruct
getContent, getType, marshall, setContent, setType, 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

Title

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



Copyright © 2008 The DSpace Foundation. All Rights Reserved.