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