public interface M3UaMBean
Modifier and Type | Method and Description |
---|---|
void |
addAdditionalParams(java.lang.String var)
Add a new element named additionalParams
|
java.util.List<java.lang.String> |
getAdditionalParams()
Gets the value of the additionalParams property.
|
IpLocalSystemsMBean |
getIpLocalSystemsMBean()
Return the value of the IpLocalSystems element
|
IpRemoteSystemsMBean |
getIpRemoteSystemsMBean()
Return the value of the IpRemoteSystems element
|
java.math.BigInteger |
getLocalPointCode()
Gets the value of the localPointCode property.
|
M3UaRoutesMBean |
getM3UaRoutesMBean()
Return the value of the M3UaRoutes element
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getPublicPointCode()
Gets the value of the publicPointCode property.
|
SctpAssociationsMBean |
getSctpAssociationsMBean()
Return the value of the SctpAssociations element
|
java.lang.Boolean |
isUsePublicWhenOutgoing()
Gets the value of the usePublicWhenOutgoing property.
|
void |
removeAdditionalParams(int index)
Remove an element named additionalParams by the index
|
void |
setIpLocalSystemsMBean(IpLocalSystemsMBean val)
Set the value of the IpLocalSystems element
|
void |
setIpRemoteSystemsMBean(IpRemoteSystemsMBean val)
Set the value of the IpRemoteSystems element
|
void |
setLocalPointCode(java.math.BigInteger value)
Sets the value of the localPointCode property.
|
void |
setM3UaRoutesMBean(M3UaRoutesMBean val)
Set the value of the M3UaRoutes element
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPublicPointCode(java.math.BigInteger value)
Sets the value of the publicPointCode property.
|
void |
setSctpAssociationsMBean(SctpAssociationsMBean val)
Set the value of the SctpAssociations element
|
void |
setUsePublicWhenOutgoing(java.lang.Boolean value)
Sets the value of the usePublicWhenOutgoing property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getLocalPointCode()
void setLocalPointCode(java.math.BigInteger value)
java.math.BigInteger getPublicPointCode()
void setPublicPointCode(java.math.BigInteger value)
java.lang.Boolean isUsePublicWhenOutgoing()
void setUsePublicWhenOutgoing(java.lang.Boolean value)
java.util.List<java.lang.String> getAdditionalParams()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the additionalParams property.
For example, to add a new item, do as follows:
getAdditionalParams().add(newItem);
Objects of the following type(s) are allowed in the list
String
void addAdditionalParams(java.lang.String var)
void removeAdditionalParams(int index)
IpLocalSystemsMBean getIpLocalSystemsMBean()
void setIpLocalSystemsMBean(IpLocalSystemsMBean val)
IpRemoteSystemsMBean getIpRemoteSystemsMBean()
void setIpRemoteSystemsMBean(IpRemoteSystemsMBean val)
SctpAssociationsMBean getSctpAssociationsMBean()
void setSctpAssociationsMBean(SctpAssociationsMBean val)
M3UaRoutesMBean getM3UaRoutesMBean()
void setM3UaRoutesMBean(M3UaRoutesMBean val)