|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.AgentTerminalConnectionCapabilities
public class AgentTerminalConnectionCapabilities
Java class for agentTerminalConnectionCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentTerminalConnectionCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canAnswer" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canBlindTransfer" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canCompleteConference" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canCompleteTransfer" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canEmergency" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGenerateDTMF" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canHold" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canInitiateConference" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canInitiateTransfer" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canUnhold" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canConsult" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AgentTerminalConnectionCapabilities()
|
Method Summary | |
---|---|
boolean |
isCanAnswer()
Gets the value of the canAnswer property. |
boolean |
isCanBlindTransfer()
Gets the value of the canBlindTransfer property. |
boolean |
isCanCompleteConference()
Gets the value of the canCompleteConference property. |
boolean |
isCanCompleteTransfer()
Gets the value of the canCompleteTransfer property. |
boolean |
isCanConsult()
Gets the value of the canConsult property. |
boolean |
isCanEmergency()
Gets the value of the canEmergency property. |
boolean |
isCanGenerateDTMF()
Gets the value of the canGenerateDTMF property. |
boolean |
isCanHold()
Gets the value of the canHold property. |
boolean |
isCanInitiateConference()
Gets the value of the canInitiateConference property. |
boolean |
isCanInitiateTransfer()
Gets the value of the canInitiateTransfer property. |
boolean |
isCanUnhold()
Gets the value of the canUnhold property. |
void |
setCanAnswer(boolean value)
Sets the value of the canAnswer property. |
void |
setCanBlindTransfer(boolean value)
Sets the value of the canBlindTransfer property. |
void |
setCanCompleteConference(boolean value)
Sets the value of the canCompleteConference property. |
void |
setCanCompleteTransfer(boolean value)
Sets the value of the canCompleteTransfer property. |
void |
setCanConsult(boolean value)
Sets the value of the canConsult property. |
void |
setCanEmergency(boolean value)
Sets the value of the canEmergency property. |
void |
setCanGenerateDTMF(boolean value)
Sets the value of the canGenerateDTMF property. |
void |
setCanHold(boolean value)
Sets the value of the canHold property. |
void |
setCanInitiateConference(boolean value)
Sets the value of the canInitiateConference property. |
void |
setCanInitiateTransfer(boolean value)
Sets the value of the canInitiateTransfer property. |
void |
setCanUnhold(boolean value)
Sets the value of the canUnhold property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentTerminalConnectionCapabilities()
Method Detail |
---|
public boolean isCanAnswer()
public void setCanAnswer(boolean value)
public boolean isCanBlindTransfer()
public void setCanBlindTransfer(boolean value)
public boolean isCanCompleteConference()
public void setCanCompleteConference(boolean value)
public boolean isCanCompleteTransfer()
public void setCanCompleteTransfer(boolean value)
public boolean isCanEmergency()
public void setCanEmergency(boolean value)
public boolean isCanGenerateDTMF()
public void setCanGenerateDTMF(boolean value)
public boolean isCanHold()
public void setCanHold(boolean value)
public boolean isCanInitiateConference()
public void setCanInitiateConference(boolean value)
public boolean isCanInitiateTransfer()
public void setCanInitiateTransfer(boolean value)
public boolean isCanUnhold()
public void setCanUnhold(boolean value)
public boolean isCanConsult()
public void setCanConsult(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |