public interface KeyBasedDispatchMBean
Modifier and Type | Method and Description |
---|---|
void |
addSccpIncomingRoutingRule()
Add a new element named sccpIncomingRoutingRule
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<KeyBasedDispatchRuleMBean> |
getSccpIncomingRoutingRuleMBean()
Return the list of the KeyBasedDispatchRule element
|
void |
removeSccpIncomingRoutingRule(int index)
Remove an element named sccpIncomingRoutingRule 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 addSccpIncomingRoutingRule()
void removeSccpIncomingRoutingRule(int index)
java.util.List<KeyBasedDispatchRuleMBean> getSccpIncomingRoutingRuleMBean()