public class AgentCapabilities
extends java.lang.Object
Java class for agentCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canGetNotReadyReason" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetReadyStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetSupervisor" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canLogin" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canLogout" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canRetrieve" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetNotReadyReason" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetReadyStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetStaticVoiceTerminal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetACWCode" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AgentCapabilities() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCanGetNotReadyReason()
Gets the value of the canGetNotReadyReason property.
|
boolean |
isCanGetReadyStatus()
Gets the value of the canGetReadyStatus property.
|
boolean |
isCanGetSupervisor()
Gets the value of the canGetSupervisor property.
|
boolean |
isCanLogin()
Gets the value of the canLogin property.
|
boolean |
isCanLogout()
Gets the value of the canLogout property.
|
boolean |
isCanRetrieve()
Gets the value of the canRetrieve property.
|
boolean |
isCanSetACWCode()
Gets the value of the canSetACWCode property.
|
boolean |
isCanSetNotReadyReason()
Gets the value of the canSetNotReadyReason property.
|
boolean |
isCanSetReadyStatus()
Gets the value of the canSetReadyStatus property.
|
boolean |
isCanSetStaticVoiceTerminal()
Gets the value of the canSetStaticVoiceTerminal property.
|
void |
setCanGetNotReadyReason(boolean value)
Sets the value of the canGetNotReadyReason property.
|
void |
setCanGetReadyStatus(boolean value)
Sets the value of the canGetReadyStatus property.
|
void |
setCanGetSupervisor(boolean value)
Sets the value of the canGetSupervisor property.
|
void |
setCanLogin(boolean value)
Sets the value of the canLogin property.
|
void |
setCanLogout(boolean value)
Sets the value of the canLogout property.
|
void |
setCanRetrieve(boolean value)
Sets the value of the canRetrieve property.
|
void |
setCanSetACWCode(boolean value)
Sets the value of the canSetACWCode property.
|
void |
setCanSetNotReadyReason(boolean value)
Sets the value of the canSetNotReadyReason property.
|
void |
setCanSetReadyStatus(boolean value)
Sets the value of the canSetReadyStatus property.
|
void |
setCanSetStaticVoiceTerminal(boolean value)
Sets the value of the canSetStaticVoiceTerminal property.
|
public boolean isCanGetNotReadyReason()
public void setCanGetNotReadyReason(boolean value)
public boolean isCanGetReadyStatus()
public void setCanGetReadyStatus(boolean value)
public boolean isCanGetSupervisor()
public void setCanGetSupervisor(boolean value)
public boolean isCanLogin()
public void setCanLogin(boolean value)
public boolean isCanLogout()
public void setCanLogout(boolean value)
public boolean isCanRetrieve()
public void setCanRetrieve(boolean value)
public boolean isCanSetNotReadyReason()
public void setCanSetNotReadyReason(boolean value)
public boolean isCanSetReadyStatus()
public void setCanSetReadyStatus(boolean value)
public boolean isCanSetStaticVoiceTerminal()
public void setCanSetStaticVoiceTerminal(boolean value)
public boolean isCanSetACWCode()
public void setCanSetACWCode(boolean value)
Copyright © 2010 All Rights Reserved.