Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.announcementplayer.config.beans
Class AnnouncementPlayer

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.announcementplayer.config.beans.AnnouncementPlayer

All Implemented Interfaces:
AnnouncementPlayerMBean, AnnouncementPlayerReadOnlyMBean

public class AnnouncementPlayer
extends Object
implements AnnouncementPlayerMBean

Java class for announcementPlayer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="announcementPlayer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mrf_alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="announcement_code" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String announcementCode
           
protected  String mrfAlias
           

 

Constructor Summary
AnnouncementPlayer()
          Default Constructor
AnnouncementPlayer(String mrfAlias, String announcementCode)
           

 

Method Summary
 String getAnnouncementCode()
          Gets the value of the announcementCode property.
 String getMrfAlias()
          Gets the value of the mrfAlias property.
 void setAnnouncementCode(String value)
          Sets the value of the announcementCode property.
 void setMrfAlias(String value)
          Sets the value of the mrfAlias property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

mrfAlias

protected String mrfAlias

announcementCode

protected String announcementCode

Constructor Detail

AnnouncementPlayer

public AnnouncementPlayer()
Default Constructor

AnnouncementPlayer

public AnnouncementPlayer(String mrfAlias,
                          String announcementCode)

Method Detail

getMrfAlias

public String getMrfAlias()
Gets the value of the mrfAlias property.
Specified by:
getMrfAlias in interface AnnouncementPlayerReadOnlyMBean
Returns:
possible object is String

setMrfAlias

public void setMrfAlias(String value)
Sets the value of the mrfAlias property.
Specified by:
setMrfAlias in interface AnnouncementPlayerMBean
Parameters:
value - allowed object is String

getAnnouncementCode

public String getAnnouncementCode()
Gets the value of the announcementCode property.
Specified by:
getAnnouncementCode in interface AnnouncementPlayerReadOnlyMBean
Returns:
possible object is String

setAnnouncementCode

public void setAnnouncementCode(String value)
Sets the value of the announcementCode property.
Specified by:
setAnnouncementCode in interface AnnouncementPlayerMBean
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.