public class ObserveTargetConnectionRequest
extends java.lang.Object
Java class for ObserveTargetConnectionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObserveTargetConnectionRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/>
<element name="contact" type="{http://www.nortel.com/soa/oi/cct/types}contact"/>
<element name="terminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/>
<element name="address" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
<element name="targetConnectionUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObserveTargetConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
Contact |
getContact()
Gets the value of the contact property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
java.lang.String |
getTargetConnectionUuid()
Gets the value of the targetConnectionUuid property.
|
Terminal |
getTerminal()
Gets the value of the terminal property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTargetConnectionUuid(java.lang.String value)
Sets the value of the targetConnectionUuid property.
|
void |
setTerminal(Terminal value)
Sets the value of the terminal property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Contact getContact()
Contactpublic void setContact(Contact value)
value - allowed object is
Contactpublic Terminal getTerminal()
Terminalpublic void setTerminal(Terminal value)
value - allowed object is
Terminalpublic Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic java.lang.String getTargetConnectionUuid()
Stringpublic void setTargetConnectionUuid(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.