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 RemoteAddressSSNMBean


public interface RemoteAddressSSNMBean

Method Summary
 String getAlias()
          Gets the value of the alias property.
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 String getNetworkIndicatorValue()
           
 BigInteger getRemotePointCode()
          Gets the value of the remotePointCode property.
 BigInteger getSubSystemNumber()
          Gets the value of the subSystemNumber property.
 Object getWeight()
          Gets the value of the weight property.
 void setAlias(String value)
          Sets the value of the alias property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setNetworkIndicatorValue(String value)
          Set the value of networkIndicator
 void setRemotePointCode(BigInteger value)
          Sets the value of the remotePointCode property.
 void setSubSystemNumber(BigInteger value)
          Sets the value of the subSystemNumber property.
 void setWeight(Object value)
          Sets the value of the weight property.

 

Method Detail

getName

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

setName

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

getSubSystemNumber

BigInteger getSubSystemNumber()
Gets the value of the subSystemNumber property.

setSubSystemNumber

void setSubSystemNumber(BigInteger value)
Sets the value of the subSystemNumber property.

getRemotePointCode

BigInteger getRemotePointCode()
Gets the value of the remotePointCode property.

setRemotePointCode

void setRemotePointCode(BigInteger value)
Sets the value of the remotePointCode property.

getDescription

String getDescription()
Gets the value of the description property.

setDescription

void setDescription(String value)
Sets the value of the description property.

getAlias

String getAlias()
Gets the value of the alias property.

setAlias

void setAlias(String value)
Sets the value of the alias property.

getWeight

Object getWeight()
Gets the value of the weight property.

setWeight

void setWeight(Object value)
Sets the value of the weight property.

setNetworkIndicatorValue

void setNetworkIndicatorValue(String value)
Set the value of networkIndicator

getNetworkIndicatorValue

String getNetworkIndicatorValue()

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.