Skip navigation links

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

E26225-01


oracle.ocsb.app.localocf.common.actor.config.beans
Class Counter

java.lang.Object
  extended by oracle.ocsb.app.localocf.common.actor.config.beans.Counter

All Implemented Interfaces:
CounterMBean, CounterReadOnlyMBean

public class Counter
extends Object
implements CounterMBean

Java class for Counter complex type.

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

 <complexType name="Counter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int type
           
protected  int value
           

 

Constructor Summary
Counter()
          Default Constructor
Counter(int type, int value)
           

 

Method Summary
 int getType()
          Gets the value of the type property.
 int getValue()
          Gets the value of the value property.
 void setType(int value)
          Sets the value of the type property.
 void setValue(int value)
          Sets the value of the value property.

 

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

 

Field Detail

type

protected int type

value

protected int value

Constructor Detail

Counter

public Counter()
Default Constructor

Counter

public Counter(int type,
               int value)

Method Detail

getType

public int getType()
Gets the value of the type property.
Specified by:
getType in interface CounterReadOnlyMBean

setType

public void setType(int value)
Sets the value of the type property.
Specified by:
setType in interface CounterMBean

getValue

public int getValue()
Gets the value of the value property.
Specified by:
getValue in interface CounterReadOnlyMBean

setValue

public void setValue(int value)
Sets the value of the value property.
Specified by:
setValue in interface CounterMBean

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.