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()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Address getSourceAddress()
Address
public void setSourceAddress(Address value)
value
- allowed object is
Address
public Address getDestinationAddress()
Address
public void setDestinationAddress(Address value)
value
- allowed object is
Address
public InstantMessage getMessage()
InstantMessage
public void setMessage(InstantMessage value)
value
- allowed object is
InstantMessage
Copyright © 2010 All Rights Reserved.