SAP CC 3.0 BART API

com.highdeal.bart.hci
Class UnregisterMonitoringClientOp

java.lang.Object
  extended by com.highdeal.bart.hci.UnregisterMonitoringClientOp

public class UnregisterMonitoringClientOp
extends java.lang.Object

This operation allows to unregister a monitoring client.

Operation Failure Exception :
EventFailureException

XML Schema Fragment
<xs:element name="unregisterMonitoringClient">
   <xs:complexType>
     <xs:attribute name="address" type="xs:string"/>
     <xs:attribute name="port" type="xs:integer"/>
   </xs:complexType>
  </xs:element>

Constructor Summary
UnregisterMonitoringClientOp()
          Builds an empty operation.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 java.lang.String getAddress()
          Returns the listening client address.
 java.lang.String getName()
          Gets the XML attribute name.
 int getPort()
          Gets the listening client port.
 void marshal(XMLOutputter output)
           
 void setAddress(java.lang.String address)
          Sets the listening client address.
 void setAttributes(XMLAttributes atts)
           
 void setPort(int port)
          Sets the listening client port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnregisterMonitoringClientOp

public UnregisterMonitoringClientOp()
Builds an empty operation.

Method Detail

getName

public java.lang.String getName()
Gets the XML attribute name.

Returns:
the XML attribute name.

getAddress

public java.lang.String getAddress()
Returns the listening client address.

Returns:
the listening client address.

setAddress

public void setAddress(java.lang.String address)
Sets the listening client address.

Parameters:
address - the listening client address

getPort

public int getPort()
Gets the listening client port.

Returns:
the listening client port.

setPort

public void setPort(int port)
Sets the listening client port.

Parameters:
port - the listening client port.

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

public void addChild(java.lang.String tagName,
                     XMLMarshallable child)

marshal

public void marshal(XMLOutputter output)

SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0