de.fzj.unicore.wsrflite.xmlbeans.impl
Class TerminationTimeProperty
java.lang.Object
de.fzj.unicore.wsrflite.ResourcePropertyBase<org.apache.xmlbeans.XmlObject,T>
de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty<Calendar>
de.fzj.unicore.wsrflite.xmlbeans.impl.TerminationTimeProperty
- All Implemented Interfaces:
- Serializable
public class TerminationTimeProperty
- extends ResourceProperty<Calendar>
a ResourceProperty representing the termination time of a ws-resource
- Author:
- schuller
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerminationTimeProperty
public TerminationTimeProperty(WSRFInstance parent)
update
public TerminationTimeProperty update()
- Description copied from class:
ResourcePropertyBase
- update the property
- Overrides:
update in class ResourceProperty<Calendar>
- Returns:
- the updated property (i.e. this)
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<Calendar>
- Returns:
- an array of XmlObject
getProperty
public Calendar getProperty()
- Description copied from class:
ResourcePropertyBase
- get the property as a java object
(optional, return null if not applicable)
- Overrides:
getProperty in class ResourcePropertyBase<org.apache.xmlbeans.XmlObject,Calendar>
- Returns:
- the "backing" Object
Copyright © 2010. All Rights Reserved.