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