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 ExecutionBlocks

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

All Implemented Interfaces:
ExecutionBlocksMBean, ExecutionBlocksReadOnlyMBean

public class ExecutionBlocks
extends Object
implements ExecutionBlocksMBean

Java class for executionBlocks complex type.

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

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

Field Summary
protected  ExecutionBlock postAppBlocks
           
protected  ExecutionBlock postDispBlocks
           
protected  ExecutionBlock preAppBlocks
           
protected  ExecutionBlock preDispBlocks
           

 

Constructor Summary
ExecutionBlocks()
          Default Constructor
ExecutionBlocks(ExecutionBlock preAppBlocks, ExecutionBlock postAppBlocks, ExecutionBlock preDispBlocks, ExecutionBlock postDispBlocks)
           

 

Method Summary
 ExecutionBlock getPostAppBlocks()
          Gets the value of the postAppBlocks property.
 ExecutionBlockMBean getPostAppBlocksMBean()
          Get the value of the ExecutionBlock element
 ExecutionBlock getPostDispBlocks()
          Gets the value of the postDispBlocks property.
 ExecutionBlockMBean getPostDispBlocksMBean()
          Get the value of the ExecutionBlock element
 ExecutionBlock getPreAppBlocks()
          Gets the value of the preAppBlocks property.
 ExecutionBlockMBean getPreAppBlocksMBean()
          Get the value of the ExecutionBlock element
 ExecutionBlock getPreDispBlocks()
          Gets the value of the preDispBlocks property.
 ExecutionBlockMBean getPreDispBlocksMBean()
          Get the value of the ExecutionBlock element
 void setPostAppBlocks(ExecutionBlock value)
          Sets the value of the postAppBlocks property.
 void setPostAppBlocksMBean(ExecutionBlockMBean val)
          Set the value of the ExecutionBlock element
 void setPostDispBlocks(ExecutionBlock value)
          Sets the value of the postDispBlocks property.
 void setPostDispBlocksMBean(ExecutionBlockMBean val)
          Set the value of the ExecutionBlock element
 void setPreAppBlocks(ExecutionBlock value)
          Sets the value of the preAppBlocks property.
 void setPreAppBlocksMBean(ExecutionBlockMBean val)
          Set the value of the ExecutionBlock element
 void setPreDispBlocks(ExecutionBlock value)
          Sets the value of the preDispBlocks property.
 void setPreDispBlocksMBean(ExecutionBlockMBean val)
          Set the value of the ExecutionBlock element

 

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

 

Field Detail

preAppBlocks

protected ExecutionBlock preAppBlocks

postAppBlocks

protected ExecutionBlock postAppBlocks

preDispBlocks

protected ExecutionBlock preDispBlocks

postDispBlocks

protected ExecutionBlock postDispBlocks

Constructor Detail

ExecutionBlocks

public ExecutionBlocks()
Default Constructor

ExecutionBlocks

public ExecutionBlocks(ExecutionBlock preAppBlocks,
                       ExecutionBlock postAppBlocks,
                       ExecutionBlock preDispBlocks,
                       ExecutionBlock postDispBlocks)

Method Detail

getPreAppBlocks

public ExecutionBlock getPreAppBlocks()
Gets the value of the preAppBlocks property.
Returns:
possible object is ExecutionBlock

setPreAppBlocks

public void setPreAppBlocks(ExecutionBlock value)
Sets the value of the preAppBlocks property.
Parameters:
value - allowed object is ExecutionBlock

getPostAppBlocks

public ExecutionBlock getPostAppBlocks()
Gets the value of the postAppBlocks property.
Returns:
possible object is ExecutionBlock

setPostAppBlocks

public void setPostAppBlocks(ExecutionBlock value)
Sets the value of the postAppBlocks property.
Parameters:
value - allowed object is ExecutionBlock

getPreDispBlocks

public ExecutionBlock getPreDispBlocks()
Gets the value of the preDispBlocks property.
Returns:
possible object is ExecutionBlock

setPreDispBlocks

public void setPreDispBlocks(ExecutionBlock value)
Sets the value of the preDispBlocks property.
Parameters:
value - allowed object is ExecutionBlock

getPostDispBlocks

public ExecutionBlock getPostDispBlocks()
Gets the value of the postDispBlocks property.
Returns:
possible object is ExecutionBlock

setPostDispBlocks

public void setPostDispBlocks(ExecutionBlock value)
Sets the value of the postDispBlocks property.
Parameters:
value - allowed object is ExecutionBlock

getPreAppBlocksMBean

public ExecutionBlockMBean getPreAppBlocksMBean()
Get the value of the ExecutionBlock element
Specified by:
getPreAppBlocksMBean in interface ExecutionBlocksReadOnlyMBean

setPreAppBlocksMBean

public void setPreAppBlocksMBean(ExecutionBlockMBean val)
Set the value of the ExecutionBlock element
Specified by:
setPreAppBlocksMBean in interface ExecutionBlocksMBean

getPostAppBlocksMBean

public ExecutionBlockMBean getPostAppBlocksMBean()
Get the value of the ExecutionBlock element
Specified by:
getPostAppBlocksMBean in interface ExecutionBlocksReadOnlyMBean

setPostAppBlocksMBean

public void setPostAppBlocksMBean(ExecutionBlockMBean val)
Set the value of the ExecutionBlock element
Specified by:
setPostAppBlocksMBean in interface ExecutionBlocksMBean

getPreDispBlocksMBean

public ExecutionBlockMBean getPreDispBlocksMBean()
Get the value of the ExecutionBlock element
Specified by:
getPreDispBlocksMBean in interface ExecutionBlocksReadOnlyMBean

setPreDispBlocksMBean

public void setPreDispBlocksMBean(ExecutionBlockMBean val)
Set the value of the ExecutionBlock element
Specified by:
setPreDispBlocksMBean in interface ExecutionBlocksMBean

getPostDispBlocksMBean

public ExecutionBlockMBean getPostDispBlocksMBean()
Get the value of the ExecutionBlock element
Specified by:
getPostDispBlocksMBean in interface ExecutionBlocksReadOnlyMBean

setPostDispBlocksMBean

public void setPostDispBlocksMBean(ExecutionBlockMBean val)
Set the value of the ExecutionBlock element
Specified by:
setPostDispBlocksMBean in interface ExecutionBlocksMBean

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.