org.purl.sword.atom
Class Rights
java.lang.Object
org.purl.sword.base.XmlElement
org.purl.sword.atom.TextConstruct
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
|
Constructor Summary |
Rights()
Create a new instance and set the prefix to
'atom' and the local name to 'rights'. |
| 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 |
Rights
public Rights()
- Create a new instance and set the prefix to
'atom' and the local name to 'rights'.
elementName
public static XmlName elementName()
Copyright © 2011 DuraSpace. All Rights Reserved.