public interface IpRemoteSystemsMBean
Modifier and Type | Method and Description |
---|---|
void |
addIpRemoteSystem()
Add a new element named ipRemoteSystem
|
java.util.List<IpRemoteSystemMBean> |
getIpRemoteSystemMBean()
Return the list of the IpRemoteSystem element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeIpRemoteSystem(int index)
Remove an element named ipRemoteSystem 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 addIpRemoteSystem()
void removeIpRemoteSystem(int index)
java.util.List<IpRemoteSystemMBean> getIpRemoteSystemMBean()