Class PolicyChangeNotification


  • public class PolicyChangeNotification
    extends Object
    This PolicyChangeNotification class represents a PolicyChangeNotification XML document. The PolicyChangeNotification DTD is defined as the following:

     
    
     
    
    
     
    
     
     
    
    
     
    
     
    
     

    • Method Detail

      • getServiceName

        public String getServiceName()
        Returns the service name to which this notification is sent.
        Returns:
        service name
      • setServiceName

        public void setServiceName​(String sn)
        Sets the service name to which this notification is sent.
        Parameters:
        sn - Service name.
      • getPolicyChangeType

        public String getPolicyChangeType()
        Returns the policy change type.
        Returns:
        the policy change type.
      • setPolicyChangeType

        public void setPolicyChangeType​(String type)
        Sets the policy change type.
        Parameters:
        type - Policy change type.
      • getResourceNames

        public Set getResourceNames()
        Returns the resource names.
        Returns:
        resource names.
      • toXMLString

        public String toXMLString()
        Returns a XML representation of this object.
        Returns:
        a XML representation of this object.