Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.logging.log4jconfig
Class ConfigurationType.CategoryFactory

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

All Implemented Interfaces:
ConfigurationTypeMBean.CategoryFactoryMBean, ConfigurationTypeReadOnlyMBean.CategoryFactoryReadOnlyMBean
Enclosing class:
ConfigurationType

public static class ConfigurationType.CategoryFactory
extends java.lang.Object
implements ConfigurationTypeMBean.CategoryFactoryMBean

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">
       <sequence>
         <element name="param" type="{http://jakarta.apache.org/log4j/}paramType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String clazz
           
protected  java.util.List<ParamType> param
           

 

Constructor Summary
ConfigurationType.CategoryFactory()
          Default Constructor
ConfigurationType.CategoryFactory(java.util.List<ParamType> param, java.lang.String clazz)
           

 

Method Summary
 void addParam()
          Add a new element named param
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.util.List<ParamType> getParam()
          Gets the value of the param property.
 java.util.List<ParamTypeMBean> getParamMBean()
          Get the list of the ParamType element
 void removeParam(int index)
          Remove an element named param by the index
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.

 

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

 

Field Detail

param

protected java.util.List<ParamType> param

clazz

protected java.lang.String clazz

Constructor Detail

ConfigurationType.CategoryFactory

public ConfigurationType.CategoryFactory()
Default Constructor

ConfigurationType.CategoryFactory

public ConfigurationType.CategoryFactory(java.util.List<ParamType> param,
                                         java.lang.String clazz)

Method Detail

getParam

public java.util.List<ParamType> getParam()
Gets the value of the param property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list ParamType


getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.
Specified by:
getClazz in interface ConfigurationTypeReadOnlyMBean.CategoryFactoryReadOnlyMBean
Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.
Specified by:
setClazz in interface ConfigurationTypeMBean.CategoryFactoryMBean
Parameters:
value - allowed object is String

addParam

public void addParam()
Add a new element named param
Specified by:
addParam in interface ConfigurationTypeMBean.CategoryFactoryMBean

removeParam

public void removeParam(int index)
Remove an element named param by the index
Specified by:
removeParam in interface ConfigurationTypeMBean.CategoryFactoryMBean
Parameters:
index - The index of removing elements

getParamMBean

public java.util.List<ParamTypeMBean> getParamMBean()
Get the list of the ParamType element
Specified by:
getParamMBean in interface ConfigurationTypeReadOnlyMBean.CategoryFactoryReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.