Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.sf.ssuss7.tdm
Interface RoutesetMBean


public interface RoutesetMBean

Method Summary
 void addMtpRoute()
          Add a new element named mtpRoute
 String getDefaultRouteValue()
           
 String getDescription()
          Gets the value of the description property.
 List<RouteMBean> getMtpRouteMBean()
          Return the list of the Route element
 String getName()
          Gets the value of the name property.
 BigInteger getRemotePointCode()
          Gets the value of the remotePointCode property.
 void removeMtpRoute(int index)
          Remove an element named mtpRoute by the index
 void setDefaultRouteValue(String value)
          Set the value of defaultRoute
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setRemotePointCode(BigInteger value)
          Sets the value of the remotePointCode 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.

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.

setDefaultRouteValue

void setDefaultRouteValue(String value)
Set the value of defaultRoute

getDefaultRouteValue

String getDefaultRouteValue()

addMtpRoute

void addMtpRoute()
Add a new element named mtpRoute

removeMtpRoute

void removeMtpRoute(int index)
Remove an element named mtpRoute by the index

getMtpRouteMBean

List<RouteMBean> getMtpRouteMBean()
Return the list of the Route 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.