|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.config.beans.storage.persistence.DBDriverRef
public class DBDriverRef
Java class for DBDriverRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DBDriverRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
name |
| Constructor Summary | |
|---|---|
DBDriverRef()Default Constructor |
|
DBDriverRef(java.lang.String name) |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()Gets the value of the name property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
| Constructor Detail |
|---|
public DBDriverRef()
public DBDriverRef(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface DBDriverRefReadOnlyMBeanStringpublic void setName(java.lang.String value)
setName in interface DBDriverRefMBeanvalue - allowed object is String
|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||