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 ExecutionBlock

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

All Implemented Interfaces:
ExecutionBlockMBean, ExecutionBlockReadOnlyMBean

public class ExecutionBlock
extends Object
implements ExecutionBlockMBean

Java class for executionBlock complex type.

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

 <complexType name="executionBlock">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="execution_block" type="{http://xmlns.oracle.com/axia/pcrf-engine-config}executionBlockType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  List<ExecutionBlockType> executionBlock
           

 

Constructor Summary
ExecutionBlock()
          Default Constructor
ExecutionBlock(List<ExecutionBlockType> executionBlock)
           

 

Method Summary
 void addExecutionBlock()
          Add a new element named executionBlock
 List<ExecutionBlockType> getExecutionBlock()
          Gets the value of the executionBlock property.
 List<ExecutionBlockTypeMBean> getExecutionBlockMBean()
          Get the list of the ExecutionBlockType element
 void removeExecutionBlock(int index)
          Remove an element named executionBlock by the index

 

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

 

Field Detail

executionBlock

protected List<ExecutionBlockType> executionBlock

Constructor Detail

ExecutionBlock

public ExecutionBlock()
Default Constructor

ExecutionBlock

public ExecutionBlock(List<ExecutionBlockType> executionBlock)

Method Detail

getExecutionBlock

public List<ExecutionBlockType> getExecutionBlock()
Gets the value of the executionBlock property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the executionBlock property.

For example, to add a new item, do as follows:

    getExecutionBlock().add(newItem);
 

Objects of the following type(s) are allowed in the list ExecutionBlockType


addExecutionBlock

public void addExecutionBlock()
Add a new element named executionBlock
Specified by:
addExecutionBlock in interface ExecutionBlockMBean

removeExecutionBlock

public void removeExecutionBlock(int index)
Remove an element named executionBlock by the index
Specified by:
removeExecutionBlock in interface ExecutionBlockMBean
Parameters:
index - The index of removing elements

getExecutionBlockMBean

public List<ExecutionBlockTypeMBean> getExecutionBlockMBean()
Get the list of the ExecutionBlockType element
Specified by:
getExecutionBlockMBean in interface ExecutionBlockReadOnlyMBean

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.