|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.snmpadaptor4j.config.jaxb.MBean
public class MBean
Java class for MBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MBean"> <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="root" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="oid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
name
|
protected String |
oid
|
protected String |
root
|
Constructor Summary | |
---|---|
MBean()
|
Method Summary | |
---|---|
String |
getName()
Gets the value of the name property. |
String |
getOid()
Gets the value of the oid property. |
String |
getRoot()
Gets the value of the root property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOid(String value)
Sets the value of the oid property. |
void |
setRoot(String value)
Sets the value of the root property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String root
protected String oid
Constructor Detail |
---|
public MBean()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getRoot()
String
public void setRoot(String value)
value
- allowed object is
String
public String getOid()
String
public void setOid(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |