de.fzj.unicore.wsrflite.xmlbeans.impl
Class CurrentTimeProperty
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.CurrentTimeProperty
- All Implemented Interfaces:
- Serializable
public class CurrentTimeProperty
- extends ResourceProperty<Calendar>
a ResourceProperty representing the current system time
- Author:
- schuller
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentTimeProperty
public CurrentTimeProperty()
update
public CurrentTimeProperty 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.