public interface SmppOutboundRoutingMBean
Modifier and Type | Method and Description |
---|---|
void |
addSmppNetworkEntity()
Add a new element named smppNetworkEntity
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<SmppOutboundDestinationMBean> |
getSmppNetworkEntityMBean()
Return the list of the SmppOutboundDestination element
|
void |
removeSmppNetworkEntity(int index)
Remove an element named smppNetworkEntity 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 addSmppNetworkEntity()
void removeSmppNetworkEntity(int index)
java.util.List<SmppOutboundDestinationMBean> getSmppNetworkEntityMBean()