Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans
Class DegradedModeType

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.pcp2rf.config.beans.DegradedModeType

All Implemented Interfaces:
Serializable, DegradedModeTypeMBean, DegradedModeTypeReadOnlyMBean

public class DegradedModeType
extends Object
implements Serializable, DegradedModeTypeMBean

Java class for DegradedModeType complex type.

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

 <complexType name="DegradedModeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="brm_error_codes" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="result_code" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  String brmErrorCodes
           
protected  int resultCode
           

 

Constructor Summary
DegradedModeType()
          Default Constructor
DegradedModeType(String brmErrorCodes, int resultCode)
           

 

Method Summary
 String getBrmErrorCodes()
          Gets the value of the brmErrorCodes property.
 int getResultCode()
          Gets the value of the resultCode property.
 boolean isSetBrmErrorCodes()
           
 boolean isSetResultCode()
           
 void setBrmErrorCodes(String value)
          Sets the value of the brmErrorCodes property.
 void setResultCode(int value)
          Sets the value of the resultCode property.

 

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

 

Field Detail

brmErrorCodes

protected String brmErrorCodes

resultCode

protected int resultCode

Constructor Detail

DegradedModeType

public DegradedModeType()
Default Constructor

DegradedModeType

public DegradedModeType(String brmErrorCodes,
                        int resultCode)

Method Detail

getBrmErrorCodes

public String getBrmErrorCodes()
Gets the value of the brmErrorCodes property.
Specified by:
getBrmErrorCodes in interface DegradedModeTypeReadOnlyMBean
Returns:
possible object is String

setBrmErrorCodes

public void setBrmErrorCodes(String value)
Sets the value of the brmErrorCodes property.
Specified by:
setBrmErrorCodes in interface DegradedModeTypeMBean
Parameters:
value - allowed object is String

isSetBrmErrorCodes

public boolean isSetBrmErrorCodes()
Specified by:
isSetBrmErrorCodes in interface DegradedModeTypeMBean

getResultCode

public int getResultCode()
Gets the value of the resultCode property.
Specified by:
getResultCode in interface DegradedModeTypeReadOnlyMBean

setResultCode

public void setResultCode(int value)
Sets the value of the resultCode property.
Specified by:
setResultCode in interface DegradedModeTypeMBean

isSetResultCode

public boolean isSetResultCode()
Specified by:
isSetResultCode in interface DegradedModeTypeMBean

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.