org.oasis.wsrf.lifetime
Class _SetTerminationTimeResponse

java.lang.Object
  extended byorg.oasis.wsrf.lifetime._SetTerminationTimeResponse
All Implemented Interfaces:
Serializable

public class _SetTerminationTimeResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
_SetTerminationTimeResponse()
           
_SetTerminationTimeResponse(Calendar newTerminationTime, Calendar currentTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCurrentTime()
          Gets the currentTime value for this _SetTerminationTimeResponse.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getNewTerminationTime()
          Gets the newTerminationTime value for this _SetTerminationTimeResponse.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this _SetTerminationTimeResponse.
 void setNewTerminationTime(Calendar newTerminationTime)
          Sets the newTerminationTime value for this _SetTerminationTimeResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_SetTerminationTimeResponse

public _SetTerminationTimeResponse()

_SetTerminationTimeResponse

public _SetTerminationTimeResponse(Calendar newTerminationTime,
                                   Calendar currentTime)
Method Detail

getNewTerminationTime

public Calendar getNewTerminationTime()
Gets the newTerminationTime value for this _SetTerminationTimeResponse.

Returns:
newTerminationTime

setNewTerminationTime

public void setNewTerminationTime(Calendar newTerminationTime)
Sets the newTerminationTime value for this _SetTerminationTimeResponse.

Parameters:
newTerminationTime -

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this _SetTerminationTimeResponse.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this _SetTerminationTimeResponse.

Parameters:
currentTime -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.