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

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

public class TerminalConnectionStateHolder
extends java.lang.Object

Java class for terminalConnectionStateHolder complex type.

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

 <complexType name="terminalConnectionStateHolder">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="state" type="{http://www.nortel.com/soa/oi/cct/types}terminalConnectionState"/>
         <element name="entranceTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="reasonCode" type="{http://www.nortel.com/soa/oi/cct/types}reason"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TerminalConnectionStateHolder()
           
 
Method Summary
 long getEntranceTime()
          Gets the value of the entranceTime property.
 Reason getReasonCode()
          Gets the value of the reasonCode property.
 TerminalConnectionState getState()
          Gets the value of the state property.
 void setEntranceTime(long value)
          Sets the value of the entranceTime property.
 void setReasonCode(Reason value)
          Sets the value of the reasonCode property.
 void setState(TerminalConnectionState value)
          Sets the value of the state property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalConnectionStateHolder

public TerminalConnectionStateHolder()
Method Detail

getState

public TerminalConnectionState getState()
Gets the value of the state property.

Returns:
possible object is TerminalConnectionState

setState

public void setState(TerminalConnectionState value)
Sets the value of the state property.

Parameters:
value - allowed object is TerminalConnectionState

getEntranceTime

public long getEntranceTime()
Gets the value of the entranceTime property.


setEntranceTime

public void setEntranceTime(long value)
Sets the value of the entranceTime property.


getReasonCode

public Reason getReasonCode()
Gets the value of the reasonCode property.

Returns:
possible object is Reason

setReasonCode

public void setReasonCode(Reason value)
Sets the value of the reasonCode property.

Parameters:
value - allowed object is Reason


Copyright © 2010 All Rights Reserved.