public class GetMessageWaitingResponse
extends java.lang.Object
Java class for GetMessageWaitingResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageWaitingResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageWaiting" type="{http://www.nortel.com/soa/oi/cct/types}messageWaiting"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetMessageWaitingResponse() |
Modifier and Type | Method and Description |
---|---|
MessageWaiting |
getMessageWaiting()
Gets the value of the messageWaiting property.
|
void |
setMessageWaiting(MessageWaiting value)
Sets the value of the messageWaiting property.
|
public MessageWaiting getMessageWaiting()
MessageWaiting
public void setMessageWaiting(MessageWaiting value)
value
- allowed object is
MessageWaiting
Copyright © 2010 All Rights Reserved.