net.sf.snmpadaptor4j.config.jaxb
Class MBean

java.lang.Object
  extended by net.sf.snmpadaptor4j.config.jaxb.MBean

public class MBean
extends Object

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

name

protected String name

root

protected String root

oid

protected String oid
Constructor Detail

MBean

public MBean()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRoot

public String getRoot()
Gets the value of the root property.

Returns:
possible object is String

setRoot

public void setRoot(String value)
Sets the value of the root property.

Parameters:
value - allowed object is String

getOid

public String getOid()
Gets the value of the oid property.

Returns:
possible object is String

setOid

public void setOid(String value)
Sets the value of the oid property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.