public interface SmppInboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addSmppIncomingRoutingRule()
Add a new element named smppIncomingRoutingRule
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<SmppInboundDestinationMBean> |
getSmppIncomingRoutingRuleMBean()
Return the list of the SmppInboundDestination element
|
void |
removeSmppIncomingRoutingRule(int index)
Remove an element named smppIncomingRoutingRule 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 addSmppIncomingRoutingRule()
void removeSmppIncomingRoutingRule(int index)
java.util.List<SmppInboundDestinationMBean> getSmppIncomingRoutingRuleMBean()