public interface SipOutboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addSipNetworkEntity()
Add a new element named sipNetworkEntity
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<SipOutboundDestinationMBean> |
getSipNetworkEntityMBean()
Return the list of the SipOutboundDestination element
|
void |
removeSipNetworkEntity(int index)
Remove an element named sipNetworkEntity 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 addSipNetworkEntity()
void removeSipNetworkEntity(int index)
java.util.List<SipOutboundDestinationMBean> getSipNetworkEntityMBean()