public interface M3UaRoutesMBean
Modifier and Type | Method and Description |
---|---|
void |
addM3UaRoute()
Add a new element named m3UaRoute
|
java.util.List<M3UARouteMBean> |
getM3UaRouteMBean()
Return the list of the M3UARoute element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeM3UaRoute(int index)
Remove an element named m3UaRoute 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 addM3UaRoute()
void removeM3UaRoute(int index)
java.util.List<M3UARouteMBean> getM3UaRouteMBean()