public class PolicyNotification extends Object
PolicyNotification
class represents a PolicyNotification
XML document. The PolicyNotification DTD is defined as the following:
Modifier and Type | Field and Description |
---|---|
static int |
POLICY_CHANGE_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getNotificationId()
Returns the notification Id of this notification.
|
int |
getNotificationType()
Returns the notification type of this notification.
|
PolicyChangeNotification |
getPolicyChangeNotification()
Returns the notification Id of this notification.
|
static PolicyNotification |
parseXML(Node pNode)
Returns a
PolicyNotification object constructed from a XML. |
String |
toXMLString()
Returns a XML representation of this object.
|
public static final int POLICY_CHANGE_TYPE
public int getNotificationType()
public String getNotificationId()
public PolicyChangeNotification getPolicyChangeNotification()
public static PolicyNotification parseXML(Node pNode) throws PolicyEvaluationException
PolicyNotification
object constructed from a XML.pNode
- the XML DOM node for the PolicyNotification
object.PolicyNotification
object.PolicyEvaluationException
- if PolicyNotification
object cannot be constructed.public String toXMLString()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.