com.ibm.websphere.wsrf

Class SetTerminationTimeResponse

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wsrf.SetTerminationTimeResponse
All implemented interfaces:
java.io.Serializable

  1. public class SetTerminationTimeResponse
  2. extends java.lang.Object
  3. implements java.io.Serializable

This class represents the XML complexType "wsrf-rl:SetTerminationTimeResponse"

 <xsd:element name="SetTerminationTimeResponse">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element name="NewTerminationTime" nillable="true" type="xsd:dateTime" />
       <xsd:element name="CurrentTime" type="xsd:dateTime" />
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>
 
See Also:
Serialized Form

Constructor Summary

Constructor and Description
SetTerminationTimeResponse(NewTerminationTime newTerminationTime,java.util.Calendar currentTime)
Constructor for a new SetTerminationTimeResponse instance

Method Summary

Modifier and Type Method and Description
  1. java.util.Calendar
getCurrentTime()
Gets the current time
  1. NewTerminationTime
getNewTerminationTime()
Gets the new termination time.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SetTerminationTimeResponse

  1. public SetTerminationTimeResponse( NewTerminationTime newTerminationTime,
  2. java.util.Calendar currentTime)
Constructor for a new SetTerminationTimeResponse instance
Parameters:
newTerminationTime - The requested termination time.
currentTime - The current time

Method Detail

getNewTerminationTime

  1. public NewTerminationTime getNewTerminationTime( )
Gets the new termination time.
Returns:
The new termination time.

getCurrentTime

  1. public java.util.Calendar getCurrentTime( )
Gets the current time
Returns:
the current time