|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.MessageWaiting
public class MessageWaiting
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 Summary | |
---|---|
MessageWaiting()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageWaiting()
Method Detail |
---|
public boolean isMessageWaiting()
public void setMessageWaiting(boolean value)
public int getNumberOfMessages()
public void setNumberOfMessages(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |