public class SetNotificationRequest
extends java.lang.Object
Java class for SetNotificationRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetNotificationRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/> <element name="agent" type="{http://www.nortel.com/soa/oi/cct/types}agent"/> <element name="notificationInfo" type="{http://www.nortel.com/soa/oi/cct/types}agentPropertyNotification"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SetNotificationRequest() |
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent()
Gets the value of the agent property.
|
AgentPropertyNotification |
getNotificationInfo()
Gets the value of the notificationInfo property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setAgent(Agent value)
Sets the value of the agent property.
|
void |
setNotificationInfo(AgentPropertyNotification value)
Sets the value of the notificationInfo property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Agent getAgent()
Agent
public void setAgent(Agent value)
value
- allowed object is
Agent
public AgentPropertyNotification getNotificationInfo()
AgentPropertyNotification
public void setNotificationInfo(AgentPropertyNotification value)
value
- allowed object is
AgentPropertyNotification
Copyright © 2010 All Rights Reserved.