Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Class MessageDebugType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.sip.MessageDebugType

All Implemented Interfaces:
MessageDebugTypeMBean, MessageDebugTypeReadOnlyMBean

public class MessageDebugType
extends java.lang.Object
implements MessageDebugTypeMBean

Java class for MessageDebugType complex type.

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

 <complexType name="MessageDebugType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="enableDebug" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="debugLevel" type="{http://xmlns.oracle.com/axia/sip-config}DebugLevel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  DebugLevel debugLevel
           
protected  boolean enableDebug
           

 

Constructor Summary
MessageDebugType()
          Default Constructor
MessageDebugType(boolean enableDebug, DebugLevel debugLevel)
           

 

Method Summary
 DebugLevel getDebugLevel()
          Gets the value of the debugLevel property.
 DebugLevelMBean getDebugLevelMBean()
          Get the value of the DebugLevel element
 java.lang.String getDebugLevelValue()
           
 boolean isEnableDebug()
          Gets the value of the enableDebug property.
 void setDebugLevel(DebugLevel value)
          Sets the value of the debugLevel property.
 void setDebugLevelMBean(DebugLevelMBean val)
          Set the value of the DebugLevel element
 void setDebugLevelValue(java.lang.String value)
          Set the value of debugLevel
 void setEnableDebug(boolean value)
          Sets the value of the enableDebug property.

 

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

 

Field Detail

enableDebug

protected boolean enableDebug

debugLevel

protected DebugLevel debugLevel

Constructor Detail

MessageDebugType

public MessageDebugType()
Default Constructor

MessageDebugType

public MessageDebugType(boolean enableDebug,
                        DebugLevel debugLevel)

Method Detail

isEnableDebug

public boolean isEnableDebug()
Gets the value of the enableDebug property.
Specified by:
isEnableDebug in interface MessageDebugTypeMBean

setEnableDebug

public void setEnableDebug(boolean value)
Sets the value of the enableDebug property.
Specified by:
setEnableDebug in interface MessageDebugTypeMBean

getDebugLevel

public DebugLevel getDebugLevel()
Gets the value of the debugLevel property.
Returns:
possible object is DebugLevel

setDebugLevel

public void setDebugLevel(DebugLevel value)
Sets the value of the debugLevel property.
Parameters:
value - allowed object is DebugLevel

setDebugLevelValue

public void setDebugLevelValue(java.lang.String value)
Set the value of debugLevel
Specified by:
setDebugLevelValue in interface MessageDebugTypeMBean

getDebugLevelValue

public java.lang.String getDebugLevelValue()
Specified by:
getDebugLevelValue in interface MessageDebugTypeReadOnlyMBean

getDebugLevelMBean

public DebugLevelMBean getDebugLevelMBean()
Get the value of the DebugLevel element
Specified by:
getDebugLevelMBean in interface MessageDebugTypeReadOnlyMBean

setDebugLevelMBean

public void setDebugLevelMBean(DebugLevelMBean val)
Set the value of the DebugLevel element
Specified by:
setDebugLevelMBean in interface MessageDebugTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.