com.nortel.soa.oi.cct.types
Class SystemEventSessionTerminationImminent

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.SystemEventSessionTerminationImminent

public class SystemEventSessionTerminationImminent
extends java.lang.Object

Java class for systemEventSessionTerminationImminent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="systemEventSessionTerminationImminent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="remainingTimeInMillis" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
SystemEventSessionTerminationImminent()
           
 
Method Summary
 long getRemainingTimeInMillis()
          Gets the value of the remainingTimeInMillis property.
 void setRemainingTimeInMillis(long value)
          Sets the value of the remainingTimeInMillis property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEventSessionTerminationImminent

public SystemEventSessionTerminationImminent()
Method Detail

getRemainingTimeInMillis

public long getRemainingTimeInMillis()
Gets the value of the remainingTimeInMillis property.


setRemainingTimeInMillis

public void setRemainingTimeInMillis(long value)
Sets the value of the remainingTimeInMillis property.



Copyright © 2010 All Rights Reserved.