de.fzj.unicore.wsrflite.xmlbeans.impl
Class TerminationTimeProperty

java.lang.Object
  extended by de.fzj.unicore.wsrflite.ResourcePropertyBase<org.apache.xmlbeans.XmlObject,T>
      extended by de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty<Calendar>
          extended by 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

Field Summary
 
Fields inherited from class de.fzj.unicore.wsrflite.ResourcePropertyBase
parentWSResource
 
Constructor Summary
TerminationTimeProperty(WSRFInstance parent)
           
 
Method Summary
 Calendar getProperty()
          get the property as a java object
(optional, return null if not applicable)
 org.apache.xmlbeans.XmlObject[] getXml()
          get the XML representation of this property.
 TerminationTimeProperty update()
          update the property
 
Methods inherited from class de.fzj.unicore.wsrflite.xmlbeans.ResourceProperty
getNumberOfElements, getXml
 
Methods inherited from class de.fzj.unicore.wsrflite.ResourcePropertyBase
isReadOnly, setProperty, setResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminationTimeProperty

public TerminationTimeProperty(WSRFInstance parent)
Method Detail

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.