com.ibm.websphere.wsrf

Class RequestedTerminationTime

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

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

This class represents the XML element "wsrf-rl:RequestedTerminationTime"

 <xsd:element name="RequestedTerminationTime" nillable="true" type="xsd:dateTime" />
 
See Also:
Serialized Form

Constructor Summary

Constructor and Description
RequestedTerminationTime()
Constructor for a new RequestedTerminationTime instance, with a nil value
RequestedTerminationTime(java.util.Calendar terminationTime)
Constructor for a new RequestedTerminationTime instance with a non-nil termination time

Method Summary

Modifier and Type Method and Description
  1. java.util.Calendar
getTerminationTime()
Gets the RequestedTerminationTime value.
  1. boolean
isNil()
True if this RequestedTerminationTime has a nil value, false otherwise
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RequestedTerminationTime

  1. public RequestedTerminationTime( )
Constructor for a new RequestedTerminationTime instance, with a nil value

RequestedTerminationTime

  1. public RequestedTerminationTime( java.util.Calendar terminationTime)
Constructor for a new RequestedTerminationTime instance with a non-nil termination time
Parameters:
terminationTime - The requested termination time value.

Method Detail

getTerminationTime

  1. public java.util.Calendar getTerminationTime( )
Gets the RequestedTerminationTime value.
Returns:
The requested termination time value.

isNil

  1. public boolean isNil()
True if this RequestedTerminationTime has a nil value, false otherwise
Returns:
true if value is nil, false otherwise