Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.im.ocf.pcp
Interface AnnouncementInfoEntryMBean


public interface AnnouncementInfoEntryMBean

Method Summary
 String getAnnouncementCode()
          Gets the value of the announcementCode property.
 String getCallStateValue()
           
 String getName()
          Gets the value of the name property.
 String getNetwork()
          Gets the value of the network property.
 BigInteger getPriority()
          Gets the value of the priority property.
 BigInteger getReasonFrom()
          Gets the value of the reasonFrom property.
 BigInteger getReasonTo()
          Gets the value of the reasonTo property.
 String getReasonTypeValue()
           
 String getServiceSideValue()
           
 BigInteger getThreshold()
          Gets the value of the threshold property.
 boolean isEnabled()
          Gets the value of the enabled property.
 void setAnnouncementCode(String value)
          Sets the value of the announcementCode property.
 void setCallStateValue(String value)
          Set the value of callState
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setName(String value)
          Sets the value of the name property.
 void setNetwork(String value)
          Sets the value of the network property.
 void setPriority(BigInteger value)
          Sets the value of the priority property.
 void setReasonFrom(BigInteger value)
          Sets the value of the reasonFrom property.
 void setReasonTo(BigInteger value)
          Sets the value of the reasonTo property.
 void setReasonTypeValue(String value)
          Set the value of reasonType
 void setServiceSideValue(String value)
          Set the value of serviceSide
 void setThreshold(BigInteger value)
          Sets the value of the threshold 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.

isEnabled

boolean isEnabled()
Gets the value of the enabled property.

setEnabled

void setEnabled(boolean value)
Sets the value of the enabled property.

getReasonFrom

BigInteger getReasonFrom()
Gets the value of the reasonFrom property.

setReasonFrom

void setReasonFrom(BigInteger value)
Sets the value of the reasonFrom property.

getReasonTo

BigInteger getReasonTo()
Gets the value of the reasonTo property.

setReasonTo

void setReasonTo(BigInteger value)
Sets the value of the reasonTo property.

getNetwork

String getNetwork()
Gets the value of the network property.

setNetwork

void setNetwork(String value)
Sets the value of the network property.

getPriority

BigInteger getPriority()
Gets the value of the priority property.

setPriority

void setPriority(BigInteger value)
Sets the value of the priority property.

getAnnouncementCode

String getAnnouncementCode()
Gets the value of the announcementCode property.

setAnnouncementCode

void setAnnouncementCode(String value)
Sets the value of the announcementCode property.

getThreshold

BigInteger getThreshold()
Gets the value of the threshold property.

setThreshold

void setThreshold(BigInteger value)
Sets the value of the threshold property.

setReasonTypeValue

void setReasonTypeValue(String value)
Set the value of reasonType

getReasonTypeValue

String getReasonTypeValue()

setServiceSideValue

void setServiceSideValue(String value)
Set the value of serviceSide

getServiceSideValue

String getServiceSideValue()

setCallStateValue

void setCallStateValue(String value)
Set the value of callState

getCallStateValue

String getCallStateValue()

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.