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 LinksetMBean


public interface LinksetMBean

Method Summary
 void addMtpLink()
          Add a new element named mtpLink
 BigInteger getAdjacentPointCode()
          Gets the value of the adjacentPointCode property.
 List<LinkMBean> getMtpLinkMBean()
          Return the list of the Link element
 String getName()
          Gets the value of the name property.
 int getSubService()
          Gets the value of the subService property.
 void removeMtpLink(int index)
          Remove an element named mtpLink by the index
 void setAdjacentPointCode(BigInteger value)
          Sets the value of the adjacentPointCode property.
 void setName(String value)
          Sets the value of the name property.
 void setSubService(int value)
          Sets the value of the subService 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.

getAdjacentPointCode

BigInteger getAdjacentPointCode()
Gets the value of the adjacentPointCode property.

setAdjacentPointCode

void setAdjacentPointCode(BigInteger value)
Sets the value of the adjacentPointCode property.

getSubService

int getSubService()
Gets the value of the subService property.

setSubService

void setSubService(int value)
Sets the value of the subService property.

addMtpLink

void addMtpLink()
Add a new element named mtpLink

removeMtpLink

void removeMtpLink(int index)
Remove an element named mtpLink by the index

getMtpLinkMBean

List<LinkMBean> getMtpLinkMBean()
Return the list of the Link 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.