net.sf.snmpadaptor4j.config.jaxb
Class Root

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

public class Root
extends Object

Java class for Root complex type.

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

 <complexType name="Root">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" 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 id
           
protected  String oid
           
 
Constructor Summary
Root()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getOid()
          Gets the value of the oid property.
 void setId(String value)
          Sets the value of the id property.
 void setOid(String value)
          Sets the value of the oid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

oid

protected String oid
Constructor Detail

Root

public Root()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id 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.