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 ChargingProfile

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

All Implemented Interfaces:
ChargingProfileMBean, ChargingProfileReadOnlyMBean

public class ChargingProfile
extends Object
implements ChargingProfileMBean

Java class for chargingProfile complex type.

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

 <complexType name="chargingProfile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="profileName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ratingGroup" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="service_id" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="meteringMethod" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="online" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="offline" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  Integer meteringMethod
           
protected  Integer offline
           
protected  Integer online
           
protected  String profileName
           
protected  Integer ratingGroup
           
protected  Integer serviceId
           

 

Constructor Summary
ChargingProfile()
          Default Constructor
ChargingProfile(String profileName, Integer ratingGroup, Integer serviceId, Integer meteringMethod, Integer online, Integer offline)
           

 

Method Summary
 Integer getMeteringMethod()
          Gets the value of the meteringMethod property.
 Integer getOffline()
          Gets the value of the offline property.
 Integer getOnline()
          Gets the value of the online property.
 String getProfileName()
          Gets the value of the profileName property.
 Integer getRatingGroup()
          Gets the value of the ratingGroup property.
 Integer getServiceId()
          Gets the value of the serviceId property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

profileName

protected String profileName

ratingGroup

protected Integer ratingGroup

serviceId

protected Integer serviceId

meteringMethod

protected Integer meteringMethod

online

protected Integer online

offline

protected Integer offline

Constructor Detail

ChargingProfile

public ChargingProfile()
Default Constructor

ChargingProfile

public ChargingProfile(String profileName,
                       Integer ratingGroup,
                       Integer serviceId,
                       Integer meteringMethod,
                       Integer online,
                       Integer offline)

Method Detail

getProfileName

public String getProfileName()
Gets the value of the profileName property.
Specified by:
getProfileName in interface ChargingProfileReadOnlyMBean
Returns:
possible object is String

setProfileName

public void setProfileName(String value)
Sets the value of the profileName property.
Specified by:
setProfileName in interface ChargingProfileMBean
Parameters:
value - allowed object is String

getRatingGroup

public Integer getRatingGroup()
Gets the value of the ratingGroup property.
Specified by:
getRatingGroup in interface ChargingProfileReadOnlyMBean
Returns:
possible object is Integer

setRatingGroup

public void setRatingGroup(Integer value)
Sets the value of the ratingGroup property.
Specified by:
setRatingGroup in interface ChargingProfileMBean
Parameters:
value - allowed object is Integer

getServiceId

public Integer getServiceId()
Gets the value of the serviceId property.
Specified by:
getServiceId in interface ChargingProfileReadOnlyMBean
Returns:
possible object is Integer

setServiceId

public void setServiceId(Integer value)
Sets the value of the serviceId property.
Specified by:
setServiceId in interface ChargingProfileMBean
Parameters:
value - allowed object is Integer

getMeteringMethod

public Integer getMeteringMethod()
Gets the value of the meteringMethod property.
Specified by:
getMeteringMethod in interface ChargingProfileReadOnlyMBean
Returns:
possible object is Integer

setMeteringMethod

public void setMeteringMethod(Integer value)
Sets the value of the meteringMethod property.
Specified by:
setMeteringMethod in interface ChargingProfileMBean
Parameters:
value - allowed object is Integer

getOnline

public Integer getOnline()
Gets the value of the online property.
Specified by:
getOnline in interface ChargingProfileReadOnlyMBean
Returns:
possible object is Integer

setOnline

public void setOnline(Integer value)
Sets the value of the online property.
Specified by:
setOnline in interface ChargingProfileMBean
Parameters:
value - allowed object is Integer

getOffline

public Integer getOffline()
Gets the value of the offline property.
Specified by:
getOffline in interface ChargingProfileReadOnlyMBean
Returns:
possible object is Integer

setOffline

public void setOffline(Integer value)
Sets the value of the offline property.
Specified by:
setOffline in interface ChargingProfileMBean
Parameters:
value - allowed object is Integer

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.