org.purl.sword.atom
Class Rights

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

public class Rights
extends TextConstruct

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

Author:
Neil Taylor

Field Summary
 
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
Rights()
          Create a new instance and set the prefix to 'atom' and the local name to 'rights'.
 
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
 

Constructor Detail

Rights

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

Method Detail

elementName

public static XmlName elementName()


Copyright © 2011 DuraSpace. All Rights Reserved.