Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.logging.log4jconfig
Class ConfigurationType.Appender.ErrorHandler.LoggerRef

java.lang.Object
  extended by oracle.axia.config.beans.logging.log4jconfig.ConfigurationType.Appender.ErrorHandler.LoggerRef

All Implemented Interfaces:
ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.LoggerRefMBean, ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean.LoggerRefReadOnlyMBean
Enclosing class:
ConfigurationType.Appender.ErrorHandler

public static class ConfigurationType.Appender.ErrorHandler.LoggerRef
extends java.lang.Object
implements ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.LoggerRefMBean

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String ref
           

 

Constructor Summary
ConfigurationType.Appender.ErrorHandler.LoggerRef()
          Default Constructor
ConfigurationType.Appender.ErrorHandler.LoggerRef(java.lang.String ref)
           

 

Method Summary
 java.lang.String getRef()
          Gets the value of the ref property.
 void setRef(java.lang.String value)
          Sets the value of the ref property.

 

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

 

Field Detail

ref

protected java.lang.String ref

Constructor Detail

ConfigurationType.Appender.ErrorHandler.LoggerRef

public ConfigurationType.Appender.ErrorHandler.LoggerRef()
Default Constructor

ConfigurationType.Appender.ErrorHandler.LoggerRef

public ConfigurationType.Appender.ErrorHandler.LoggerRef(java.lang.String ref)

Method Detail

getRef

public java.lang.String getRef()
Gets the value of the ref property.
Specified by:
getRef in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean.LoggerRefReadOnlyMBean
Returns:
possible object is String

setRef

public void setRef(java.lang.String value)
Sets the value of the ref property.
Specified by:
setRef in interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.LoggerRefMBean
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.