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 PccProfileMBean

All Superinterfaces:
PccProfileReadOnlyMBean
All Known Implementing Classes:
PccProfile

public interface PccProfileMBean
extends PccProfileReadOnlyMBean

Method Summary
 Boolean isDefault()
          Gets the value of the default property.
 boolean isStatic()
          Gets the value of the static property.
 void setActivationTime(Long value)
          Sets the value of the activationTime property.
 void setChargingProfileName(String value)
          Sets the value of the chargingProfileName property.
 void setDeactivationTime(Long value)
          Sets the value of the deactivationTime property.
 void setDefault(Boolean value)
          Sets the value of the default property.
 void setFlowDescription(String value)
          Sets the value of the flowDescription property.
 void setPolicyControlProfileName(String value)
          Sets the value of the policyControlProfileName property.
 void setPrecedence(int value)
          Sets the value of the precedence property.
 void setProfileName(String value)
          Sets the value of the profileName property.
 void setRuleBaseName(String value)
          Sets the value of the ruleBaseName property.
 void setRuleName(String value)
          Sets the value of the ruleName property.
 void setStatic(boolean value)
          Sets the value of the static property.

 

Methods inherited from interface oracle.ocsb.app.rcc.feature.pcrf.app.config.beans.PccProfileReadOnlyMBean
getActivationTime, getChargingProfileName, getDeactivationTime, getFlowDescription, getPolicyControlProfileName, getPrecedence, getProfileName, getRuleBaseName, getRuleName

 

Method Detail

setProfileName

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

setRuleName

void setRuleName(String value)
Sets the value of the ruleName property.

isStatic

boolean isStatic()
Gets the value of the static property.

setStatic

void setStatic(boolean value)
Sets the value of the static property.

setPrecedence

void setPrecedence(int value)
Sets the value of the precedence property.

setRuleBaseName

void setRuleBaseName(String value)
Sets the value of the ruleBaseName property.

setPolicyControlProfileName

void setPolicyControlProfileName(String value)
Sets the value of the policyControlProfileName property.

setChargingProfileName

void setChargingProfileName(String value)
Sets the value of the chargingProfileName property.

setActivationTime

void setActivationTime(Long value)
Sets the value of the activationTime property.

setDeactivationTime

void setDeactivationTime(Long value)
Sets the value of the deactivationTime property.

isDefault

Boolean isDefault()
Gets the value of the default property.

setDefault

void setDefault(Boolean value)
Sets the value of the default property.

setFlowDescription

void setFlowDescription(String value)
Sets the value of the flowDescription 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.