Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.pcrf.app.config.beans
Class PcrfConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.pcrf.app.config.beans.PcrfConfig

All Implemented Interfaces:
PcrfConfigMBean, PcrfConfigReadOnlyMBean

public class PcrfConfig
extends Object
implements PcrfConfigMBean

Java class for pcrfConfig complex type.

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

 <complexType name="pcrfConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ruleDictionaryReleases" type="{http://xmlns.oracle.com/axia/pcrf-config}ruleDictionaryReleases"/>
         <element name="policies" type="{http://xmlns.oracle.com/axia/pcrf-config}policies"/>
         <element name="timers" type="{http://xmlns.oracle.com/axia/pcrf-config}timers"/>
         <element name="global_params" type="{http://xmlns.oracle.com/axia/pcrf-config}global-params"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  GlobalParams globalParams
           
protected  Policies policies
           
protected  RuleDictionaryReleases ruleDictionaryReleases
           
protected  Timers timers
           

 

Constructor Summary
PcrfConfig()
          Default Constructor
PcrfConfig(RuleDictionaryReleases ruleDictionaryReleases, Policies policies, Timers timers, GlobalParams globalParams)
           

 

Method Summary
 GlobalParams getGlobalParams()
          Gets the value of the globalParams property.
 GlobalParamsMBean getGlobalParamsMBean()
          Get the value of the GlobalParams element
 Policies getPolicies()
          Gets the value of the policies property.
 PoliciesMBean getPoliciesMBean()
          Get the value of the Policies element
 RuleDictionaryReleases getRuleDictionaryReleases()
          Gets the value of the ruleDictionaryReleases property.
 RuleDictionaryReleasesMBean getRuleDictionaryReleasesMBean()
          Get the value of the RuleDictionaryReleases element
 Timers getTimers()
          Gets the value of the timers property.
 TimersMBean getTimersMBean()
          Get the value of the Timers element
 void setGlobalParams(GlobalParams value)
          Sets the value of the globalParams property.
 void setGlobalParamsMBean(GlobalParamsMBean val)
          Set the value of the GlobalParams element
 void setPolicies(Policies value)
          Sets the value of the policies property.
 void setPoliciesMBean(PoliciesMBean val)
          Set the value of the Policies element
 void setRuleDictionaryReleases(RuleDictionaryReleases value)
          Sets the value of the ruleDictionaryReleases property.
 void setRuleDictionaryReleasesMBean(RuleDictionaryReleasesMBean val)
          Set the value of the RuleDictionaryReleases element
 void setTimers(Timers value)
          Sets the value of the timers property.
 void setTimersMBean(TimersMBean val)
          Set the value of the Timers element

 

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

 

Field Detail

ruleDictionaryReleases

protected RuleDictionaryReleases ruleDictionaryReleases

policies

protected Policies policies

timers

protected Timers timers

globalParams

protected GlobalParams globalParams

Constructor Detail

PcrfConfig

public PcrfConfig()
Default Constructor

PcrfConfig

public PcrfConfig(RuleDictionaryReleases ruleDictionaryReleases,
                  Policies policies,
                  Timers timers,
                  GlobalParams globalParams)

Method Detail

getRuleDictionaryReleases

public RuleDictionaryReleases getRuleDictionaryReleases()
Gets the value of the ruleDictionaryReleases property.
Returns:
possible object is RuleDictionaryReleases

setRuleDictionaryReleases

public void setRuleDictionaryReleases(RuleDictionaryReleases value)
Sets the value of the ruleDictionaryReleases property.
Parameters:
value - allowed object is RuleDictionaryReleases

getPolicies

public Policies getPolicies()
Gets the value of the policies property.
Returns:
possible object is Policies

setPolicies

public void setPolicies(Policies value)
Sets the value of the policies property.
Parameters:
value - allowed object is Policies

getTimers

public Timers getTimers()
Gets the value of the timers property.
Returns:
possible object is Timers

setTimers

public void setTimers(Timers value)
Sets the value of the timers property.
Parameters:
value - allowed object is Timers

getGlobalParams

public GlobalParams getGlobalParams()
Gets the value of the globalParams property.
Returns:
possible object is GlobalParams

setGlobalParams

public void setGlobalParams(GlobalParams value)
Sets the value of the globalParams property.
Parameters:
value - allowed object is GlobalParams

getRuleDictionaryReleasesMBean

public RuleDictionaryReleasesMBean getRuleDictionaryReleasesMBean()
Get the value of the RuleDictionaryReleases element
Specified by:
getRuleDictionaryReleasesMBean in interface PcrfConfigReadOnlyMBean

setRuleDictionaryReleasesMBean

public void setRuleDictionaryReleasesMBean(RuleDictionaryReleasesMBean val)
Set the value of the RuleDictionaryReleases element
Specified by:
setRuleDictionaryReleasesMBean in interface PcrfConfigMBean

getPoliciesMBean

public PoliciesMBean getPoliciesMBean()
Get the value of the Policies element
Specified by:
getPoliciesMBean in interface PcrfConfigReadOnlyMBean

setPoliciesMBean

public void setPoliciesMBean(PoliciesMBean val)
Set the value of the Policies element
Specified by:
setPoliciesMBean in interface PcrfConfigMBean

getTimersMBean

public TimersMBean getTimersMBean()
Get the value of the Timers element
Specified by:
getTimersMBean in interface PcrfConfigReadOnlyMBean

setTimersMBean

public void setTimersMBean(TimersMBean val)
Set the value of the Timers element
Specified by:
setTimersMBean in interface PcrfConfigMBean

getGlobalParamsMBean

public GlobalParamsMBean getGlobalParamsMBean()
Get the value of the GlobalParams element
Specified by:
getGlobalParamsMBean in interface PcrfConfigReadOnlyMBean

setGlobalParamsMBean

public void setGlobalParamsMBean(GlobalParamsMBean val)
Set the value of the GlobalParams element
Specified by:
setGlobalParamsMBean in interface PcrfConfigMBean

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.