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