Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean, MessageDebugTypeMBean, MessageDebugTypeReadOnlyMBean

public class MessageDebugType
extends DiameterDescriptorType
implements MessageDebugTypeMBean

Java class for message-debugType complex type.

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

 <complexType name="message_debugType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/axia/diameter-config}diameter-descriptorType">
       <sequence>
         <element name="message_debug_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="date_format_pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String dateFormatPattern
           
protected  java.lang.Boolean messageDebugEnabled
           

 

Fields inherited from class oracle.axia.config.beans.protocol.diameter.DiameterDescriptorType
name

 

Constructor Summary
MessageDebugType()
          Default Constructor
MessageDebugType(java.lang.Boolean messageDebugEnabled, java.lang.String dateFormatPattern)
           

 

Method Summary
 java.lang.String getDateFormatPattern()
          Gets the value of the dateFormatPattern property.
 java.lang.Boolean isMessageDebugEnabled()
          Gets the value of the messageDebugEnabled property.
 void setDateFormatPattern(java.lang.String value)
          Sets the value of the dateFormatPattern property.
 void setMessageDebugEnabled(java.lang.Boolean value)
          Sets the value of the messageDebugEnabled property.

 

Methods inherited from class oracle.axia.config.beans.protocol.diameter.DiameterDescriptorType
getName, getNameMBean, setName, setNameMBean

 

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

 

Methods inherited from interface oracle.axia.config.beans.protocol.diameter.DiameterDescriptorTypeMBean
getNameMBean, setNameMBean

 

Field Detail

messageDebugEnabled

protected java.lang.Boolean messageDebugEnabled

dateFormatPattern

protected java.lang.String dateFormatPattern

Constructor Detail

MessageDebugType

public MessageDebugType()
Default Constructor

MessageDebugType

public MessageDebugType(java.lang.Boolean messageDebugEnabled,
                        java.lang.String dateFormatPattern)

Method Detail

isMessageDebugEnabled

public java.lang.Boolean isMessageDebugEnabled()
Gets the value of the messageDebugEnabled property.
Specified by:
isMessageDebugEnabled in interface MessageDebugTypeMBean
Returns:
possible object is Boolean

setMessageDebugEnabled

public void setMessageDebugEnabled(java.lang.Boolean value)
Sets the value of the messageDebugEnabled property.
Specified by:
setMessageDebugEnabled in interface MessageDebugTypeMBean
Parameters:
value - allowed object is Boolean

getDateFormatPattern

public java.lang.String getDateFormatPattern()
Gets the value of the dateFormatPattern property.
Specified by:
getDateFormatPattern in interface MessageDebugTypeReadOnlyMBean
Returns:
possible object is String

setDateFormatPattern

public void setDateFormatPattern(java.lang.String value)
Sets the value of the dateFormatPattern property.
Specified by:
setDateFormatPattern in interface MessageDebugTypeMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.