net.sf.snmpadaptor4j.config.jaxb
Class Managers
java.lang.Object
net.sf.snmpadaptor4j.config.jaxb.Managers
public class Managers
- extends Object
Java class for Managers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Managers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="manager" type="{http://www.sf.net/snmpAdaptor4j/config/1.1}Manager" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected List<Manager> manager
Managers
public Managers()
getManager
public List<Manager> getManager()
- Gets the value of the manager property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the manager property.
For example, to add a new item, do as follows:
getManager().add(newItem);
Objects of the following type(s) are allowed in the list
Manager
Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.