Class RemoveListenerRequest


  • public class RemoveListenerRequest
    extends Object
    This RemoveListenerRequest class represents an RemovePolicyListener XML document. The RemovePolicyListener DTD is defined as the following:

        
    
          
         
     

    • Constructor Detail

      • RemoveListenerRequest

        public RemoveListenerRequest()
        Default constructor for RemoveListenerRequest.
    • Method Detail

      • getServiceName

        public String getServiceName()
        Returns the service name on which this listener listens.
        Returns:
        service name.
      • setServiceName

        public void setServiceName​(String name)
        Sets the service name on which this listener listens.
        Parameters:
        name - the service name.
      • getNotificationURL

        public String getNotificationURL()
        Returns the notification URL to which the notification is sent.
        Returns:
        notification URL.
      • setNotificationURL

        public void setNotificationURL​(String url)
        Sets the notification URL to which the notification is sent.
        Parameters:
        url - the notification URL.
      • toXMLString

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