Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.feature.pcrf.app.config.beans
Class Timers

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.pcrf.app.config.beans.Timers

All Implemented Interfaces:
TimersMBean, TimersReadOnlyMBean

public class Timers
extends Object
implements TimersMBean

Java class for timers complex type.

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

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

Field Summary
protected  List<Timer> timer
           

 

Constructor Summary
Timers()
          Default Constructor
Timers(List<Timer> timer)
           

 

Method Summary
 void addTimer()
          Add a new element named timer
 List<Timer> getTimer()
          Gets the value of the timer property.
 List<TimerMBean> getTimerMBean()
          Get the list of the Timer element
 void removeTimer(int index)
          Remove an element named timer by the index

 

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

 

Field Detail

timer

protected List<Timer> timer

Constructor Detail

Timers

public Timers()
Default Constructor

Timers

public Timers(List<Timer> timer)

Method Detail

getTimer

public List<Timer> getTimer()
Gets the value of the timer 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 timer property.

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

    getTimer().add(newItem);
 

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


addTimer

public void addTimer()
Add a new element named timer
Specified by:
addTimer in interface TimersMBean

removeTimer

public void removeTimer(int index)
Remove an element named timer by the index
Specified by:
removeTimer in interface TimersMBean
Parameters:
index - The index of removing elements

getTimerMBean

public List<TimerMBean> getTimerMBean()
Get the list of the Timer element
Specified by:
getTimerMBean in interface TimersReadOnlyMBean

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.