Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
ParamTypeMBean, ParamTypeReadOnlyMBean

public class ParamType
extends java.lang.Object
implements ParamTypeMBean

Java class for paramType complex type.

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

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

Field Summary
protected  java.lang.String name
           
protected  java.lang.String value
           

 

Constructor Summary
ParamType()
          Default Constructor
ParamType(java.lang.String name, java.lang.String value)
           

 

Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(java.lang.String value)
          Sets the value of the value property.

 

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

 

Field Detail

name

protected java.lang.String name

value

protected java.lang.String value

Constructor Detail

ParamType

public ParamType()
Default Constructor

ParamType

public ParamType(java.lang.String name,
                 java.lang.String value)

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface ParamTypeReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface ParamTypeMBean
Parameters:
value - allowed object is String

getValue

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

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.
Specified by:
setValue in interface ParamTypeMBean
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.