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