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 ExecutionBlockType

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

All Implemented Interfaces:
ExecutionBlockTypeMBean, ExecutionBlockTypeReadOnlyMBean

public class ExecutionBlockType
extends Object
implements ExecutionBlockTypeMBean

Java class for executionBlockType complex type.

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

 <complexType name="executionBlockType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="app_id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="request_type" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="request_answer_bit" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="class_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="cmd_ids" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="precedence" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  boolean active
           
protected  int appId
           
protected  String className
           
protected  String cmdIds
           
protected  int precedence
           
protected  int requestAnswerBit
           
protected  int requestType
           

 

Constructor Summary
ExecutionBlockType()
          Default Constructor
ExecutionBlockType(int appId, int requestType, int requestAnswerBit, String className, String cmdIds, int precedence, boolean active)
           

 

Method Summary
 int getAppId()
          Gets the value of the appId property.
 String getClassName()
          Gets the value of the className property.
 String getCmdIds()
          Gets the value of the cmdIds property.
 int getPrecedence()
          Gets the value of the precedence property.
 int getRequestAnswerBit()
          Gets the value of the requestAnswerBit property.
 int getRequestType()
          Gets the value of the requestType property.
 boolean isActive()
          Gets the value of the active property.
 void setActive(boolean value)
          Sets the value of the active property.
 void setAppId(int value)
          Sets the value of the appId property.
 void setClassName(String value)
          Sets the value of the className property.
 void setCmdIds(String value)
          Sets the value of the cmdIds property.
 void setPrecedence(int value)
          Sets the value of the precedence property.
 void setRequestAnswerBit(int value)
          Sets the value of the requestAnswerBit property.
 void setRequestType(int value)
          Sets the value of the requestType property.

 

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

 

Field Detail

appId

protected int appId

requestType

protected int requestType

requestAnswerBit

protected int requestAnswerBit

className

protected String className

cmdIds

protected String cmdIds

precedence

protected int precedence

active

protected boolean active

Constructor Detail

ExecutionBlockType

public ExecutionBlockType()
Default Constructor

ExecutionBlockType

public ExecutionBlockType(int appId,
                          int requestType,
                          int requestAnswerBit,
                          String className,
                          String cmdIds,
                          int precedence,
                          boolean active)

Method Detail

getAppId

public int getAppId()
Gets the value of the appId property.
Specified by:
getAppId in interface ExecutionBlockTypeReadOnlyMBean

setAppId

public void setAppId(int value)
Sets the value of the appId property.
Specified by:
setAppId in interface ExecutionBlockTypeMBean

getRequestType

public int getRequestType()
Gets the value of the requestType property.
Specified by:
getRequestType in interface ExecutionBlockTypeReadOnlyMBean

setRequestType

public void setRequestType(int value)
Sets the value of the requestType property.
Specified by:
setRequestType in interface ExecutionBlockTypeMBean

getRequestAnswerBit

public int getRequestAnswerBit()
Gets the value of the requestAnswerBit property.
Specified by:
getRequestAnswerBit in interface ExecutionBlockTypeReadOnlyMBean

setRequestAnswerBit

public void setRequestAnswerBit(int value)
Sets the value of the requestAnswerBit property.
Specified by:
setRequestAnswerBit in interface ExecutionBlockTypeMBean

getClassName

public String getClassName()
Gets the value of the className property.
Specified by:
getClassName in interface ExecutionBlockTypeReadOnlyMBean
Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.
Specified by:
setClassName in interface ExecutionBlockTypeMBean
Parameters:
value - allowed object is String

getCmdIds

public String getCmdIds()
Gets the value of the cmdIds property.
Specified by:
getCmdIds in interface ExecutionBlockTypeReadOnlyMBean
Returns:
possible object is String

setCmdIds

public void setCmdIds(String value)
Sets the value of the cmdIds property.
Specified by:
setCmdIds in interface ExecutionBlockTypeMBean
Parameters:
value - allowed object is String

getPrecedence

public int getPrecedence()
Gets the value of the precedence property.
Specified by:
getPrecedence in interface ExecutionBlockTypeReadOnlyMBean

setPrecedence

public void setPrecedence(int value)
Sets the value of the precedence property.
Specified by:
setPrecedence in interface ExecutionBlockTypeMBean

isActive

public boolean isActive()
Gets the value of the active property.
Specified by:
isActive in interface ExecutionBlockTypeMBean

setActive

public void setActive(boolean value)
Sets the value of the active property.
Specified by:
setActive in interface ExecutionBlockTypeMBean

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.