Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.pcrf.engine.core.config.beans
Class PcrfEngineConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.pcrf.engine.core.config.beans.PcrfEngineConfig

All Implemented Interfaces:
PcrfEngineConfigMBean, PcrfEngineConfigReadOnlyMBean

public class PcrfEngineConfig
extends Object
implements PcrfEngineConfigMBean

Java class for pcrfEngineConfig complex type.

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

 <complexType name="pcrfEngineConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="execution_blocks" type="{http://xmlns.oracle.com/axia/pcrf-engine-config}executionBlocks"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  ExecutionBlocks executionBlocks
           

 

Constructor Summary
PcrfEngineConfig()
          Default Constructor
PcrfEngineConfig(ExecutionBlocks executionBlocks)
           

 

Method Summary
 ExecutionBlocks getExecutionBlocks()
          Gets the value of the executionBlocks property.
 ExecutionBlocksMBean getExecutionBlocksMBean()
          Get the value of the ExecutionBlocks element
 void setExecutionBlocks(ExecutionBlocks value)
          Sets the value of the executionBlocks property.
 void setExecutionBlocksMBean(ExecutionBlocksMBean val)
          Set the value of the ExecutionBlocks element

 

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

 

Field Detail

executionBlocks

protected ExecutionBlocks executionBlocks

Constructor Detail

PcrfEngineConfig

public PcrfEngineConfig()
Default Constructor

PcrfEngineConfig

public PcrfEngineConfig(ExecutionBlocks executionBlocks)

Method Detail

getExecutionBlocks

public ExecutionBlocks getExecutionBlocks()
Gets the value of the executionBlocks property.
Returns:
possible object is ExecutionBlocks

setExecutionBlocks

public void setExecutionBlocks(ExecutionBlocks value)
Sets the value of the executionBlocks property.
Parameters:
value - allowed object is ExecutionBlocks

getExecutionBlocksMBean

public ExecutionBlocksMBean getExecutionBlocksMBean()
Get the value of the ExecutionBlocks element
Specified by:
getExecutionBlocksMBean in interface PcrfEngineConfigReadOnlyMBean

setExecutionBlocksMBean

public void setExecutionBlocksMBean(ExecutionBlocksMBean val)
Set the value of the ExecutionBlocks element
Specified by:
setExecutionBlocksMBean in interface PcrfEngineConfigMBean

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.