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