public class InstantMessageRequest
extends java.lang.Object
Java class for InstantMessageRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstantMessageRequest">
<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="sourceAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
<element name="destinationAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
<element name="message" type="{http://www.nortel.com/soa/oi/cct/types}instantMessage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InstantMessageRequest() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
InstantMessage |
getMessage()
Gets the value of the message property.
|
Address |
getSourceAddress()
Gets the value of the sourceAddress property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setDestinationAddress(Address value)
Sets the value of the destinationAddress property.
|
void |
setMessage(InstantMessage value)
Sets the value of the message property.
|
void |
setSourceAddress(Address value)
Sets the value of the sourceAddress property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Address getSourceAddress()
Addresspublic void setSourceAddress(Address value)
value - allowed object is
Addresspublic Address getDestinationAddress()
Addresspublic void setDestinationAddress(Address value)
value - allowed object is
Addresspublic InstantMessage getMessage()
InstantMessagepublic void setMessage(InstantMessage value)
value - allowed object is
InstantMessageCopyright © 2010 All Rights Reserved.