public class AgentPropertyACWCodeEnableAgent
extends java.lang.Object
Java class for agentPropertyACWCodeEnableAgent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPropertyACWCodeEnableAgent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="agentACWCodeEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="agentACWCode" type="{http://www.nortel.com/soa/oi/cct/types}agentCodeStatus"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AgentPropertyACWCodeEnableAgent() |
Modifier and Type | Method and Description |
---|---|
AgentCodeStatus |
getAgentACWCode()
Gets the value of the agentACWCode property.
|
boolean |
isAgentACWCodeEnabled()
Gets the value of the agentACWCodeEnabled property.
|
void |
setAgentACWCode(AgentCodeStatus value)
Sets the value of the agentACWCode property.
|
void |
setAgentACWCodeEnabled(boolean value)
Sets the value of the agentACWCodeEnabled property.
|
public boolean isAgentACWCodeEnabled()
public void setAgentACWCodeEnabled(boolean value)
public AgentCodeStatus getAgentACWCode()
AgentCodeStatus
public void setAgentACWCode(AgentCodeStatus value)
value
- allowed object is
AgentCodeStatus
Copyright © 2010 All Rights Reserved.