net.sf.snmpadaptor4j.config.jaxb
Class Manager

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

public class Manager
extends Object

Java class for Manager complex type.

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

 <complexType name="Manager">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="address" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="port" type="{http://www.w3.org/2001/XMLSchema}int" default="162" />
       <attribute name="version" default="2">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}int">
             <minInclusive value="1"/>
             <maxInclusive value="2"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="community" type="{http://www.w3.org/2001/XMLSchema}string" default="public" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String address
           
protected  String community
           
protected  Integer port
           
protected  Integer version
           
 
Constructor Summary
Manager()
           
 
Method Summary
 String getAddress()
          Gets the value of the address property.
 String getCommunity()
          Gets the value of the community property.
 int getPort()
          Gets the value of the port property.
 int getVersion()
          Gets the value of the version property.
 void setAddress(String value)
          Sets the value of the address property.
 void setCommunity(String value)
          Sets the value of the community property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setVersion(Integer value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected String address

port

protected Integer port

version

protected Integer version

community

protected String community
Constructor Detail

Manager

public Manager()
Method Detail

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getPort

public int getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

public void setPort(Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer

getVersion

public int getVersion()
Gets the value of the version property.

Returns:
possible object is Integer

setVersion

public void setVersion(Integer value)
Sets the value of the version property.

Parameters:
value - allowed object is Integer

getCommunity

public String getCommunity()
Gets the value of the community property.

Returns:
possible object is String

setCommunity

public void setCommunity(String value)
Sets the value of the community property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.