Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
PAMessageDebugTypeMBean, PAMessageDebugTypeReadOnlyMBean

public class PAMessageDebugType
extends java.lang.Object
implements PAMessageDebugTypeMBean

Java class for PAMessageDebugType complex type.

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

 <complexType name="PAMessageDebugType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="paEnableDebug" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="paDebugLevel" type="{http://xmlns.oracle.com/axia/sip-config}PADebugLevel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  PADebugLevel paDebugLevel
           
protected  java.lang.Object paEnableDebug
           

 

Constructor Summary
PAMessageDebugType()
          Default Constructor
PAMessageDebugType(java.lang.Object paEnableDebug, PADebugLevel paDebugLevel)
           

 

Method Summary
 PADebugLevel getPaDebugLevel()
          Gets the value of the paDebugLevel property.
 PADebugLevelMBean getPaDebugLevelMBean()
          Get the value of the PADebugLevel element
 java.lang.String getPaDebugLevelValue()
           
 java.lang.Object getPaEnableDebug()
          Gets the value of the paEnableDebug property.
 void setPaDebugLevel(PADebugLevel value)
          Sets the value of the paDebugLevel property.
 void setPaDebugLevelMBean(PADebugLevelMBean val)
          Set the value of the PADebugLevel element
 void setPaDebugLevelValue(java.lang.String value)
          Set the value of paDebugLevel
 void setPaEnableDebug(java.lang.Object value)
          Sets the value of the paEnableDebug property.

 

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

 

Field Detail

paEnableDebug

protected java.lang.Object paEnableDebug

paDebugLevel

protected PADebugLevel paDebugLevel

Constructor Detail

PAMessageDebugType

public PAMessageDebugType()
Default Constructor

PAMessageDebugType

public PAMessageDebugType(java.lang.Object paEnableDebug,
                          PADebugLevel paDebugLevel)

Method Detail

getPaEnableDebug

public java.lang.Object getPaEnableDebug()
Gets the value of the paEnableDebug property.
Specified by:
getPaEnableDebug in interface PAMessageDebugTypeReadOnlyMBean
Returns:
possible object is Object

setPaEnableDebug

public void setPaEnableDebug(java.lang.Object value)
Sets the value of the paEnableDebug property.
Specified by:
setPaEnableDebug in interface PAMessageDebugTypeMBean
Parameters:
value - allowed object is Object

getPaDebugLevel

public PADebugLevel getPaDebugLevel()
Gets the value of the paDebugLevel property.
Returns:
possible object is PADebugLevel

setPaDebugLevel

public void setPaDebugLevel(PADebugLevel value)
Sets the value of the paDebugLevel property.
Parameters:
value - allowed object is PADebugLevel

setPaDebugLevelValue

public void setPaDebugLevelValue(java.lang.String value)
Set the value of paDebugLevel
Specified by:
setPaDebugLevelValue in interface PAMessageDebugTypeMBean

getPaDebugLevelValue

public java.lang.String getPaDebugLevelValue()
Specified by:
getPaDebugLevelValue in interface PAMessageDebugTypeReadOnlyMBean

getPaDebugLevelMBean

public PADebugLevelMBean getPaDebugLevelMBean()
Get the value of the PADebugLevel element
Specified by:
getPaDebugLevelMBean in interface PAMessageDebugTypeReadOnlyMBean

setPaDebugLevelMBean

public void setPaDebugLevelMBean(PADebugLevelMBean val)
Set the value of the PADebugLevel element
Specified by:
setPaDebugLevelMBean in interface PAMessageDebugTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.