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 RuleDictionaryReleases

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

All Implemented Interfaces:
RuleDictionaryReleasesMBean, RuleDictionaryReleasesReadOnlyMBean

public class RuleDictionaryReleases
extends Object
implements RuleDictionaryReleasesMBean

Java class for ruleDictionaryReleases complex type.

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

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

Field Summary
protected  List<RuleDictionaryRelease> ruleDictionaryRelease
           

 

Constructor Summary
RuleDictionaryReleases()
          Default Constructor
RuleDictionaryReleases(List<RuleDictionaryRelease> ruleDictionaryRelease)
           

 

Method Summary
 void addRuleDictionaryRelease()
          Add a new element named ruleDictionaryRelease
 List<RuleDictionaryRelease> getRuleDictionaryRelease()
          Gets the value of the ruleDictionaryRelease property.
 List<RuleDictionaryReleaseMBean> getRuleDictionaryReleaseMBean()
          Get the list of the RuleDictionaryRelease element
 void removeRuleDictionaryRelease(int index)
          Remove an element named ruleDictionaryRelease by the index

 

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

 

Field Detail

ruleDictionaryRelease

protected List<RuleDictionaryRelease> ruleDictionaryRelease

Constructor Detail

RuleDictionaryReleases

public RuleDictionaryReleases()
Default Constructor

RuleDictionaryReleases

public RuleDictionaryReleases(List<RuleDictionaryRelease> ruleDictionaryRelease)

Method Detail

getRuleDictionaryRelease

public List<RuleDictionaryRelease> getRuleDictionaryRelease()
Gets the value of the ruleDictionaryRelease 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 ruleDictionaryRelease property.

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

    getRuleDictionaryRelease().add(newItem);
 

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


addRuleDictionaryRelease

public void addRuleDictionaryRelease()
Add a new element named ruleDictionaryRelease
Specified by:
addRuleDictionaryRelease in interface RuleDictionaryReleasesMBean

removeRuleDictionaryRelease

public void removeRuleDictionaryRelease(int index)
Remove an element named ruleDictionaryRelease by the index
Specified by:
removeRuleDictionaryRelease in interface RuleDictionaryReleasesMBean
Parameters:
index - The index of removing elements

getRuleDictionaryReleaseMBean

public List<RuleDictionaryReleaseMBean> getRuleDictionaryReleaseMBean()
Get the list of the RuleDictionaryRelease element
Specified by:
getRuleDictionaryReleaseMBean in interface RuleDictionaryReleasesReadOnlyMBean

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.