|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.TerminalCapabilities
public class TerminalCapabilities
Java class for terminalCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="terminalCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canConference" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canConsult" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canDoNotDisturb" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canForward" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canOriginate" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canPickup" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canPickupFromGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canTransfer" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TerminalCapabilities()
|
Method Summary | |
---|---|
boolean |
isCanConference()
Gets the value of the canConference property. |
boolean |
isCanConsult()
Gets the value of the canConsult property. |
boolean |
isCanDoNotDisturb()
Gets the value of the canDoNotDisturb property. |
boolean |
isCanForward()
Gets the value of the canForward property. |
boolean |
isCanOriginate()
Gets the value of the canOriginate property. |
boolean |
isCanPickup()
Gets the value of the canPickup property. |
boolean |
isCanPickupFromGroup()
Gets the value of the canPickupFromGroup property. |
boolean |
isCanTransfer()
Gets the value of the canTransfer property. |
void |
setCanConference(boolean value)
Sets the value of the canConference property. |
void |
setCanConsult(boolean value)
Sets the value of the canConsult property. |
void |
setCanDoNotDisturb(boolean value)
Sets the value of the canDoNotDisturb property. |
void |
setCanForward(boolean value)
Sets the value of the canForward property. |
void |
setCanOriginate(boolean value)
Sets the value of the canOriginate property. |
void |
setCanPickup(boolean value)
Sets the value of the canPickup property. |
void |
setCanPickupFromGroup(boolean value)
Sets the value of the canPickupFromGroup property. |
void |
setCanTransfer(boolean value)
Sets the value of the canTransfer property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminalCapabilities()
Method Detail |
---|
public boolean isCanConference()
public void setCanConference(boolean value)
public boolean isCanConsult()
public void setCanConsult(boolean value)
public boolean isCanDoNotDisturb()
public void setCanDoNotDisturb(boolean value)
public boolean isCanForward()
public void setCanForward(boolean value)
public boolean isCanOriginate()
public void setCanOriginate(boolean value)
public boolean isCanPickup()
public void setCanPickup(boolean value)
public boolean isCanPickupFromGroup()
public void setCanPickupFromGroup(boolean value)
public boolean isCanTransfer()
public void setCanTransfer(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |