public class ConnectionStateResponse
extends java.lang.Object
Java class for ConnectionStateResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionStateResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="connectionStateInfo" type="{http://www.nortel.com/soa/oi/cct/types}connectionStateInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConnectionStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStateInfo |
getConnectionStateInfo()
Gets the value of the connectionStateInfo property.
|
void |
setConnectionStateInfo(ConnectionStateInfo value)
Sets the value of the connectionStateInfo property.
|
public ConnectionStateInfo getConnectionStateInfo()
ConnectionStateInfopublic void setConnectionStateInfo(ConnectionStateInfo value)
value - allowed object is
ConnectionStateInfoCopyright © 2010 All Rights Reserved.