Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.logging.log4jconfig
Class AppenderRefType

java.lang.Object
  extended by oracle.axia.config.beans.logging.log4jconfig.AppenderRefType

All Implemented Interfaces:
AppenderRefTypeMBean, AppenderRefTypeReadOnlyMBean

public class AppenderRefType
extends java.lang.Object
implements AppenderRefTypeMBean

This references a defined appender that log messages from this logger should be directed to. Appender-ref elements are simple elements that have a ref attribute. The value for this attribute should be the name of the appender.

Java class for appender-refType complex type.

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

 <complexType name="appender_refType">
   <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
AppenderRefType()
          Default Constructor
AppenderRefType(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

AppenderRefType

public AppenderRefType()
Default Constructor

AppenderRefType

public AppenderRefType(java.lang.String ref)

Method Detail

getRef

public java.lang.String getRef()
Gets the value of the ref property.
Specified by:
getRef in interface AppenderRefTypeReadOnlyMBean
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 AppenderRefTypeMBean
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.