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