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