public class SetMessageWaitingRequest
extends java.lang.Object
Java class for SetMessageWaitingRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetMessageWaitingRequest">
<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="address" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
<element name="messageWaiting" type="{http://www.nortel.com/soa/oi/cct/types}messageWaiting"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SetMessageWaitingRequest() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
MessageWaiting |
getMessageWaiting()
Gets the value of the messageWaiting property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setMessageWaiting(MessageWaiting value)
Sets the value of the messageWaiting 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 getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic MessageWaiting getMessageWaiting()
MessageWaitingpublic void setMessageWaiting(MessageWaiting value)
value - allowed object is
MessageWaitingCopyright © 2010 All Rights Reserved.