public interface SctpAssociationsMBean
Modifier and Type | Method and Description |
---|---|
void |
addSctpAssociation()
Add a new element named sctpAssociation
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<SctpAssociationMBean> |
getSctpAssociationMBean()
Return the list of the SctpAssociation element
|
void |
removeSctpAssociation(int index)
Remove an element named sctpAssociation 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 addSctpAssociation()
void removeSctpAssociation(int index)
java.util.List<SctpAssociationMBean> getSctpAssociationMBean()