public class TerminalConnectionCapabilities
extends java.lang.Object
Java class for terminalConnectionCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="terminalConnectionCapabilities"> <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="canConsult" 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="canSetActivityCode" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetActivityCode" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TerminalConnectionCapabilities() |
Modifier and Type | Method and Description |
---|---|
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 |
isCanGenerateDTMF()
Gets the value of the canGenerateDTMF property.
|
boolean |
isCanGetActivityCode()
Gets the value of the canGetActivityCode 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 |
isCanSetActivityCode()
Gets the value of the canSetActivityCode 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 |
setCanGenerateDTMF(boolean value)
Sets the value of the canGenerateDTMF property.
|
void |
setCanGetActivityCode(boolean value)
Sets the value of the canGetActivityCode 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 |
setCanSetActivityCode(boolean value)
Sets the value of the canSetActivityCode property.
|
void |
setCanUnhold(boolean value)
Sets the value of the canUnhold property.
|
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 isCanConsult()
public void setCanConsult(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 isCanSetActivityCode()
public void setCanSetActivityCode(boolean value)
public boolean isCanGetActivityCode()
public void setCanGetActivityCode(boolean value)
Copyright © 2010 All Rights Reserved.