Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.im.ssf.cs1
Interface SubscriberDataEntryMBean


public interface SubscriberDataEntryMBean

Method Summary
 String getDefaultCallHandlingValue()
           
 String getImsi()
          Gets the value of the imsi property.
 String getMsisdn()
          Gets the value of the msisdn property.
 String getName()
          Gets the value of the name property.
 String getScfAlias()
          Gets the value of the scfAlias property.
 BigInteger getServiceKey()
          Gets the value of the serviceKey property.
 String getTdpList()
          Gets the value of the tdpList property.
 void setDefaultCallHandlingValue(String value)
          Set the value of defaultCallHandling
 void setImsi(String value)
          Sets the value of the imsi property.
 void setMsisdn(String value)
          Sets the value of the msisdn property.
 void setName(String value)
          Sets the value of the name property.
 void setScfAlias(String value)
          Sets the value of the scfAlias property.
 void setServiceKey(BigInteger value)
          Sets the value of the serviceKey property.
 void setTdpList(String value)
          Sets the value of the tdpList 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.

getImsi

String getImsi()
Gets the value of the imsi property.

setImsi

void setImsi(String value)
Sets the value of the imsi property.

getMsisdn

String getMsisdn()
Gets the value of the msisdn property.

setMsisdn

void setMsisdn(String value)
Sets the value of the msisdn property.

getServiceKey

BigInteger getServiceKey()
Gets the value of the serviceKey property.

setServiceKey

void setServiceKey(BigInteger value)
Sets the value of the serviceKey property.

getScfAlias

String getScfAlias()
Gets the value of the scfAlias property.

setScfAlias

void setScfAlias(String value)
Sets the value of the scfAlias property.

getTdpList

String getTdpList()
Gets the value of the tdpList property.

setTdpList

void setTdpList(String value)
Sets the value of the tdpList property.

setDefaultCallHandlingValue

void setDefaultCallHandlingValue(String value)
Set the value of defaultCallHandling

getDefaultCallHandlingValue

String getDefaultCallHandlingValue()

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.