Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.sf.ssuss7.sigtran
Interface M3UaMBean


public interface M3UaMBean

Method Summary
 void addAdditionalParams(String var)
          Add a new element named additionalParams
 List<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
 BigInteger getLocalPointCode()
          Gets the value of the localPointCode property.
 M3UaRoutesMBean getM3UaRoutesMBean()
          Return the value of the M3UaRoutes element
 String getName()
          Gets the value of the name property.
 SctpAssociationsMBean getSctpAssociationsMBean()
          Return the value of the SctpAssociations element
 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(BigInteger value)
          Sets the value of the localPointCode property.
 void setM3UaRoutesMBean(M3UaRoutesMBean val)
          Set the value of the M3UaRoutes element
 void setName(String value)
          Sets the value of the name property.
 void setSctpAssociationsMBean(SctpAssociationsMBean val)
          Set the value of the SctpAssociations element

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getLocalPointCode

BigInteger getLocalPointCode()
Gets the value of the localPointCode property.

setLocalPointCode

void setLocalPointCode(BigInteger value)
Sets the value of the localPointCode property.

getAdditionalParams

List<String> getAdditionalParams()
Gets the value of the additionalParams property.

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


addAdditionalParams

void addAdditionalParams(String var)
Add a new element named additionalParams

removeAdditionalParams

void removeAdditionalParams(int index)
Remove an element named additionalParams by the index

getIpLocalSystemsMBean

IpLocalSystemsMBean getIpLocalSystemsMBean()
Return the value of the IpLocalSystems element

setIpLocalSystemsMBean

void setIpLocalSystemsMBean(IpLocalSystemsMBean val)
Set the value of the IpLocalSystems element

getIpRemoteSystemsMBean

IpRemoteSystemsMBean getIpRemoteSystemsMBean()
Return the value of the IpRemoteSystems element

setIpRemoteSystemsMBean

void setIpRemoteSystemsMBean(IpRemoteSystemsMBean val)
Set the value of the IpRemoteSystems element

getSctpAssociationsMBean

SctpAssociationsMBean getSctpAssociationsMBean()
Return the value of the SctpAssociations element

setSctpAssociationsMBean

void setSctpAssociationsMBean(SctpAssociationsMBean val)
Set the value of the SctpAssociations element

getM3UaRoutesMBean

M3UaRoutesMBean getM3UaRoutesMBean()
Return the value of the M3UaRoutes element

setM3UaRoutesMBean

void setM3UaRoutesMBean(M3UaRoutesMBean val)
Set the value of the M3UaRoutes element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.