|
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.fw.Identifier
public class Identifier
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 ref="{http://xmlns.oracle.com/axia/store-config}name" minOccurs="0"/>
<element ref="{http://xmlns.oracle.com/axia/store-config}classes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Classes |
classes |
protected Name |
name |
| Constructor Summary | |
|---|---|
Identifier() |
|
| Method Summary | |
|---|---|
Classes |
getClasses()Gets the value of the classes property. |
Name |
getName()Gets the value of the name property. |
void |
setClasses(Classes value)Sets the value of the classes property. |
void |
setName(Name 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 Name name
protected Classes classes
| Constructor Detail |
|---|
public Identifier()
| Method Detail |
|---|
public Name getName()
Namepublic void setName(Name value)
value - allowed object is Namepublic Classes getClasses()
Classespublic void setClasses(Classes value)
value - allowed object is Classes
|
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 | |||||||||