public interface IpLocalSystemsMBean
Modifier and Type | Method and Description |
---|---|
void |
addIpLocalSystem()
Add a new element named ipLocalSystem
|
java.util.List<IpLocalSystemMBean> |
getIpLocalSystemMBean()
Return the list of the IpLocalSystem element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeIpLocalSystem(int index)
Remove an element named ipLocalSystem by the index
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
void addIpLocalSystem()
void removeIpLocalSystem(int index)
java.util.List<IpLocalSystemMBean> getIpLocalSystemMBean()