de.fzj.unicore.wsrflite.xmlbeans.rp
Class ImmutableResourceProperty
java.lang.Object
de.fzj.unicore.wsrflite.ResourcePropertyBase<org.apache.xmlbeans.XmlObject,T>
de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty<Object>
de.fzj.unicore.wsrflite.xmlbeans.rp.ImmutableResourceProperty
- All Implemented Interfaces:
- Serializable
public final class ImmutableResourceProperty
- extends ResourceProperty<Object>
simple read-only property
- Author:
- schuller
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmutableResourceProperty
public ImmutableResourceProperty(org.apache.xmlbeans.XmlObject content)
ImmutableResourceProperty
public ImmutableResourceProperty(org.apache.xmlbeans.XmlObject[] content)
getXml
public org.apache.xmlbeans.XmlObject[] getXml()
- Description copied from class:
ResourcePropertyBase
- get the XML representation of this property.
- Specified by:
getXml in class ResourceProperty<Object>
- Returns:
- an array of XmlObject
update
public final ImmutableResourceProperty update()
- Description copied from class:
ResourcePropertyBase
- update the property
- Overrides:
update in class ResourceProperty<Object>
- Returns:
- the updated property (i.e. this)
Copyright © 2010. All Rights Reserved.