|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.AddressPropertyMessageWaiting
public class AddressPropertyMessageWaiting
Java class for addressPropertyMessageWaiting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressPropertyMessageWaiting"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageWaiting" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numberMessageWaiting" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AddressPropertyMessageWaiting()
|
Method Summary | |
---|---|
int |
getNumberMessageWaiting()
Gets the value of the numberMessageWaiting property. |
boolean |
isMessageWaiting()
Gets the value of the messageWaiting property. |
void |
setMessageWaiting(boolean value)
Sets the value of the messageWaiting property. |
void |
setNumberMessageWaiting(int value)
Sets the value of the numberMessageWaiting property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressPropertyMessageWaiting()
Method Detail |
---|
public boolean isMessageWaiting()
public void setMessageWaiting(boolean value)
public int getNumberMessageWaiting()
public void setNumberMessageWaiting(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |