public interface SubscriberDataMBean
Modifier and Type | Method and Description |
---|---|
void |
addSubscriberDataRecord()
Add a new element named subscriberDataRecord
|
java.util.List<SubscriberDataEntryMBean> |
getSubscriberDataRecordMBean()
Return the list of the SubscriberDataEntry element
|
void |
removeSubscriberDataRecord(int index)
Remove an element named subscriberDataRecord by the index
|
void addSubscriberDataRecord()
void removeSubscriberDataRecord(int index)
java.util.List<SubscriberDataEntryMBean> getSubscriberDataRecordMBean()