Class EventXMLObject

java.lang.Object
oracle.iam.notification.vo.EventXMLObject
All Implemented Interfaces:
Serializable

public class EventXMLObject extends Object implements Serializable
This object represents the Notification Event
Author:
saggarwa
See Also:
  • Constructor Details

    • EventXMLObject

      public EventXMLObject()
  • Method Details

    • getStaticData

      public List<NotificationAttribute> getStaticData()
      Provides list of Static Data attached with the event
      Returns:
      List of Static data attached with the event
    • setStaticData

      public void setStaticData(List<NotificationAttribute> staticData)
      Attach Static Data with the event.
      Parameters:
      staticData - List of data to be attached
    • getParams

      public List<NotificationAttribute> getParams()
      Provides parameters associated with the notification event
      Returns:
      list of parameters
    • setParams

      public void setParams(List<NotificationAttribute> params)
      Attach parameters associated with the notification event
      Parameters:
      params - list of parameters
    • getResolverName

      public 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(String resolverName)
      Sets the name of resolver class name for the notification event
      Parameters:
      resolverName - resolver class name
    • getEventType

      public String getEventType()
      Provides the type of the event
      Returns:
      type of the event
    • setEventType

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