org.purl.sword.base
Class BasicIntegerContentElement
java.lang.Object
org.purl.sword.base.XmlElement
org.purl.sword.base.BasicContentElement
org.purl.sword.base.BasicIntegerContentElement
- All Implemented Interfaces:
- SwordElementInterface
- Direct Known Subclasses:
- SwordMaxUploadSize
public class BasicIntegerContentElement
- extends BasicContentElement
- Author:
- Neil Taylor (nst@aber.ac.uk)
| 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, toString, wait, wait, wait |
BasicIntegerContentElement
public BasicIntegerContentElement(String prefix,
String localName,
String namespaceUri)
BasicIntegerContentElement
public BasicIntegerContentElement(XmlName name)
getContent
public int getContent()
setContent
public void setContent(int value)
isSet
public boolean isSet()
marshallContent
protected void marshallContent(nu.xom.Element element)
- Specified by:
marshallContent in class BasicContentElement
unmarshallContent
protected void unmarshallContent(nu.xom.Element element)
throws UnmarshallException
- Specified by:
unmarshallContent in class BasicContentElement
- Throws:
UnmarshallException
validateContent
protected SwordValidationInfo validateContent(Properties validationContext)
- Specified by:
validateContent in class BasicContentElement
getContentAsString
protected String getContentAsString()
- Specified by:
getContentAsString in class BasicContentElement
Copyright © 2009 The DSpace Foundation. All Rights Reserved.