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()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public MessageWaiting getMessageWaiting()
MessageWaiting
public void setMessageWaiting(MessageWaiting value)
value
- allowed object is
MessageWaiting
Copyright © 2010 All Rights Reserved.