Skip navigation links


oracle.iam.notification.vo
Class EventXMLObject

java.lang.Object
  extended by oracle.iam.notification.vo.EventXMLObject

All Implemented Interfaces:
java.io.Serializable

public class EventXMLObject
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
EventXMLObject()
           

 

Method Summary
 java.lang.String getEventType()
          Provides the type of the event
 java.util.List getParams()
          Provides parameters associated with the notification event
 java.lang.String getResolverName()
          Provides resolver class name for the notification event
 java.util.List getStaticData()
          Provides list of Static Data attached with the event
 void setEventType(java.lang.String eventType)
          Sets type of the notification event
 void setParams(java.util.List params)
           
 void setResolverName(java.lang.String resolverName)
          Sets the name of resolver class name for the notification event
 void setStaticData(java.util.List staticData)
          Attach Static Data with the event.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventXMLObject

public EventXMLObject()

Method Detail

getStaticData

public java.util.List getStaticData()
Provides list of Static Data attached with the event
Returns:
List of Static data attached with the event

setStaticData

public void setStaticData(java.util.List staticData)
Attach Static Data with the event.
Parameters:
staticData - List of data to be attached

getParams

public java.util.List getParams()
Provides parameters associated with the notification event
Returns:
list of parameters

setParams

public void setParams(java.util.List params)

getResolverName

public java.lang.String getResolverName()
Provides resolver class name for the notification event
Returns:
class name of the resolver class for the notification event

setResolverName

public void setResolverName(java.lang.String resolverName)
Sets the name of resolver class name for the notification event
Parameters:
resolverName - resolver class name

getEventType

public java.lang.String getEventType()
Provides the type of the event
Returns:
type of the event

setEventType

public void setEventType(java.lang.String eventType)
Sets type of the notification event
Parameters:
eventType - type to be set

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.