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" minOccurs="0"/>
<element name="reasonCode" type="{http://www.nortel.com/soa/oi/cct/types}reason" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TerminalConnectionStateHolder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.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.
|
public TerminalConnectionState getState()
TerminalConnectionStatepublic void setState(TerminalConnectionState value)
value - allowed object is
TerminalConnectionStatepublic java.lang.Long getEntranceTime()
Longpublic void setEntranceTime(java.lang.Long value)
value - allowed object is
Longpublic Reason getReasonCode()
ReasonCopyright © 2010 All Rights Reserved.