Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.mediation.up2sal.config.beans
Class Up2SalMediatorConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.up2sal.config.beans.Up2SalMediatorConfig

All Implemented Interfaces:
Up2SalMediatorConfigMBean, Up2SalMediatorConfigReadOnlyMBean

public class Up2SalMediatorConfig
extends Object
implements Up2SalMediatorConfigMBean

Java class for Up2SalMediatorConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Up2SalMediatorConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="no_subscriber_error_code" type="{}no-subscriber-error-code"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String noSubscriberErrorCode
           

 

Constructor Summary
Up2SalMediatorConfig()
          Default Constructor
Up2SalMediatorConfig(String noSubscriberErrorCode)
           

 

Method Summary
 String getNoSubscriberErrorCode()
          Gets the value of the noSubscriberErrorCode property.
 void setNoSubscriberErrorCode(String value)
          Sets the value of the noSubscriberErrorCode property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

noSubscriberErrorCode

protected String noSubscriberErrorCode

Constructor Detail

Up2SalMediatorConfig

public Up2SalMediatorConfig()
Default Constructor

Up2SalMediatorConfig

public Up2SalMediatorConfig(String noSubscriberErrorCode)

Method Detail

getNoSubscriberErrorCode

public String getNoSubscriberErrorCode()
Gets the value of the noSubscriberErrorCode property.
Specified by:
getNoSubscriberErrorCode in interface Up2SalMediatorConfigReadOnlyMBean
Returns:
possible object is String

setNoSubscriberErrorCode

public void setNoSubscriberErrorCode(String value)
Sets the value of the noSubscriberErrorCode property.
Specified by:
setNoSubscriberErrorCode in interface Up2SalMediatorConfigMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.