|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.ConnectionStateHolder
public class ConnectionStateHolder
Java class for connectionStateHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectionStateHolder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="state" type="{http://www.nortel.com/soa/oi/cct/types}connectionState"/>
<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 | |
|---|---|
ConnectionStateHolder()
|
|
| Method Summary | |
|---|---|
long |
getEntranceTime()
Gets the value of the entranceTime property. |
Reason |
getReasonCode()
Gets the value of the reasonCode property. |
ConnectionState |
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(ConnectionState 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 |
|---|
public ConnectionStateHolder()
| Method Detail |
|---|
public ConnectionState getState()
ConnectionStatepublic void setState(ConnectionState value)
value - allowed object is
ConnectionStatepublic long getEntranceTime()
public void setEntranceTime(long value)
public Reason getReasonCode()
Reasonpublic void setReasonCode(Reason value)
value - allowed object is
Reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||