org.oasis.wsrf.lifetime
Class _ScheduledResourceTerminationRP

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

public class _ScheduledResourceTerminationRP
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

_ScheduledResourceTerminationRP

public _ScheduledResourceTerminationRP()

_ScheduledResourceTerminationRP

public _ScheduledResourceTerminationRP(Calendar currentTime,
                                       Calendar terminationTime)
Method Detail

getCurrentTime

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

Returns:
currentTime

setCurrentTime

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

Parameters:
currentTime -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this _ScheduledResourceTerminationRP.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this _ScheduledResourceTerminationRP.

Parameters:
terminationTime -

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.