|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.AgentCapabilities
public class AgentCapabilities
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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AgentCapabilities()
|
Method Summary | |
---|---|
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 |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentCapabilities()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |