org.purl.sword.atom
Class Title

java.lang.Object
  extended by org.purl.sword.base.XmlElement
      extended by org.purl.sword.atom.TextConstruct
          extended by org.purl.sword.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
static String ELEMENT_NAME
          Deprecated. 
 
Fields inherited from class org.purl.sword.atom.TextConstruct
ATTRIBUTE_TYPE
 
Fields inherited from class org.purl.sword.base.XmlElement
DATE_FORMAT, DATE_FORMATS, xmlName
 
Constructor Summary
Title()
          Create a new instance and set the prefix to 'atom' and the local name to 'title'.
 
Method Summary
static XmlName elementName()
           
 
Methods inherited from class org.purl.sword.atom.TextConstruct
getContent, getType, initialise, marshall, setContent, setType, 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
 

Field Detail

ELEMENT_NAME

@Deprecated
public static final String ELEMENT_NAME
Deprecated. 
Local name part of the element.

See Also:
Constant Field Values
Constructor Detail

Title

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

Method Detail

elementName

public static XmlName elementName()


Copyright © 2013 DuraSpace. All Rights Reserved.