com.ebmwebsourcing.wsstar.jaxb.resource.resourcelifetime
Class ScheduledResourceTerminationRP

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.jaxb.resource.resourcelifetime.ScheduledResourceTerminationRP

public class ScheduledResourceTerminationRP
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/wsrf/rl-2}CurrentTime"/>
         <element ref="{http://docs.oasis-open.org/wsrf/rl-2}TerminationTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CurrentTime currentTime
           
protected  TerminationTime terminationTime
           
 
Constructor Summary
ScheduledResourceTerminationRP()
           
 
Method Summary
 CurrentTime getCurrentTime()
          Gets the value of the currentTime property.
 TerminationTime getTerminationTime()
          Gets the value of the terminationTime property.
 void setCurrentTime(CurrentTime value)
          Sets the value of the currentTime property.
 void setTerminationTime(TerminationTime value)
          Sets the value of the terminationTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentTime

protected CurrentTime currentTime

terminationTime

protected TerminationTime terminationTime
Constructor Detail

ScheduledResourceTerminationRP

public ScheduledResourceTerminationRP()
Method Detail

getCurrentTime

public CurrentTime getCurrentTime()
Gets the value of the currentTime property.

Returns:
possible object is CurrentTime

setCurrentTime

public void setCurrentTime(CurrentTime value)
Sets the value of the currentTime property.

Parameters:
value - allowed object is CurrentTime

getTerminationTime

public TerminationTime getTerminationTime()
Gets the value of the terminationTime property.

Returns:
possible object is TerminationTime

setTerminationTime

public void setTerminationTime(TerminationTime value)
Sets the value of the terminationTime property.

Parameters:
value - allowed object is TerminationTime


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.