com.ibm.websphere.wsrf

Class RequestedTerminationTime

  • java.lang.Object
    • com.ibm.websphere.wsrf.RequestedTerminationTime
  • All Implemented Interfaces:
    java.io.Serializable


    public class RequestedTerminationTime
    extends java.lang.Object
    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

      Constructors 
      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

      Methods 
      Modifier and Type Method and Description
      java.util.Calendar getTerminationTime()
      Gets the RequestedTerminationTime value.
      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

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

        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

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

        public boolean isNil()
        True if this RequestedTerminationTime has a nil value, false otherwise
        Returns:
        true if value is nil, false otherwise
IBM WebSphere Application ServerTM
Release 8.5