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
Interface ChargingProfileMBean

All Superinterfaces:
ChargingProfileReadOnlyMBean
All Known Implementing Classes:
ChargingProfile

public interface ChargingProfileMBean
extends ChargingProfileReadOnlyMBean

Method Summary
 void setMeteringMethod(Integer value)
          Sets the value of the meteringMethod property.
 void setOffline(Integer value)
          Sets the value of the offline property.
 void setOnline(Integer value)
          Sets the value of the online property.
 void setProfileName(String value)
          Sets the value of the profileName property.
 void setRatingGroup(Integer value)
          Sets the value of the ratingGroup property.
 void setServiceId(Integer value)
          Sets the value of the serviceId property.

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.pcrf.app.config.beans.ChargingProfileReadOnlyMBean
getMeteringMethod, getOffline, getOnline, getProfileName, getRatingGroup, getServiceId

 

Method Detail

setProfileName

void setProfileName(String value)
Sets the value of the profileName property.

setRatingGroup

void setRatingGroup(Integer value)
Sets the value of the ratingGroup property.

setServiceId

void setServiceId(Integer value)
Sets the value of the serviceId property.

setMeteringMethod

void setMeteringMethod(Integer value)
Sets the value of the meteringMethod property.

setOnline

void setOnline(Integer value)
Sets the value of the online property.

setOffline

void setOffline(Integer value)
Sets the value of the offline property.

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.