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 PolicyControlProfile

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

All Implemented Interfaces:
PolicyControlProfileMBean, PolicyControlProfileReadOnlyMBean

public class PolicyControlProfile
extends Object
implements PolicyControlProfileMBean

Java class for policyControlProfile complex type.

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

 <complexType name="policyControlProfile">
   <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="gate_status" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="qciValue" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="max_bw_download" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="max_bw_upload" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="guaranteed_bw_download" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="guaranteed_bw_upload" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  Integer gateStatus
           
protected  Long guaranteedBwDownload
           
protected  Long guaranteedBwUpload
           
protected  Long maxBwDownload
           
protected  Long maxBwUpload
           
protected  String profileName
           
protected  Integer qciValue
           

 

Constructor Summary
PolicyControlProfile()
          Default Constructor
PolicyControlProfile(String profileName, Integer gateStatus, Integer qciValue, Long maxBwDownload, Long maxBwUpload, Long guaranteedBwDownload, Long guaranteedBwUpload)
           

 

Method Summary
 Integer getGateStatus()
          Gets the value of the gateStatus property.
 Long getGuaranteedBwDownload()
          Gets the value of the guaranteedBwDownload property.
 Long getGuaranteedBwUpload()
          Gets the value of the guaranteedBwUpload property.
 Long getMaxBwDownload()
          Gets the value of the maxBwDownload property.
 Long getMaxBwUpload()
          Gets the value of the maxBwUpload property.
 String getProfileName()
          Gets the value of the profileName property.
 Integer getQciValue()
          Gets the value of the qciValue property.
 void setGateStatus(Integer value)
          Sets the value of the gateStatus property.
 void setGuaranteedBwDownload(Long value)
          Sets the value of the guaranteedBwDownload property.
 void setGuaranteedBwUpload(Long value)
          Sets the value of the guaranteedBwUpload property.
 void setMaxBwDownload(Long value)
          Sets the value of the maxBwDownload property.
 void setMaxBwUpload(Long value)
          Sets the value of the maxBwUpload property.
 void setProfileName(String value)
          Sets the value of the profileName property.
 void setQciValue(Integer value)
          Sets the value of the qciValue 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

gateStatus

protected Integer gateStatus

qciValue

protected Integer qciValue

maxBwDownload

protected Long maxBwDownload

maxBwUpload

protected Long maxBwUpload

guaranteedBwDownload

protected Long guaranteedBwDownload

guaranteedBwUpload

protected Long guaranteedBwUpload

Constructor Detail

PolicyControlProfile

public PolicyControlProfile()
Default Constructor

PolicyControlProfile

public PolicyControlProfile(String profileName,
                            Integer gateStatus,
                            Integer qciValue,
                            Long maxBwDownload,
                            Long maxBwUpload,
                            Long guaranteedBwDownload,
                            Long guaranteedBwUpload)

Method Detail

getProfileName

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

setProfileName

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

getGateStatus

public Integer getGateStatus()
Gets the value of the gateStatus property.
Specified by:
getGateStatus in interface PolicyControlProfileReadOnlyMBean
Returns:
possible object is Integer

setGateStatus

public void setGateStatus(Integer value)
Sets the value of the gateStatus property.
Specified by:
setGateStatus in interface PolicyControlProfileMBean
Parameters:
value - allowed object is Integer

getQciValue

public Integer getQciValue()
Gets the value of the qciValue property.
Specified by:
getQciValue in interface PolicyControlProfileReadOnlyMBean
Returns:
possible object is Integer

setQciValue

public void setQciValue(Integer value)
Sets the value of the qciValue property.
Specified by:
setQciValue in interface PolicyControlProfileMBean
Parameters:
value - allowed object is Integer

getMaxBwDownload

public Long getMaxBwDownload()
Gets the value of the maxBwDownload property.
Specified by:
getMaxBwDownload in interface PolicyControlProfileReadOnlyMBean
Returns:
possible object is Long

setMaxBwDownload

public void setMaxBwDownload(Long value)
Sets the value of the maxBwDownload property.
Specified by:
setMaxBwDownload in interface PolicyControlProfileMBean
Parameters:
value - allowed object is Long

getMaxBwUpload

public Long getMaxBwUpload()
Gets the value of the maxBwUpload property.
Specified by:
getMaxBwUpload in interface PolicyControlProfileReadOnlyMBean
Returns:
possible object is Long

setMaxBwUpload

public void setMaxBwUpload(Long value)
Sets the value of the maxBwUpload property.
Specified by:
setMaxBwUpload in interface PolicyControlProfileMBean
Parameters:
value - allowed object is Long

getGuaranteedBwDownload

public Long getGuaranteedBwDownload()
Gets the value of the guaranteedBwDownload property.
Specified by:
getGuaranteedBwDownload in interface PolicyControlProfileReadOnlyMBean
Returns:
possible object is Long

setGuaranteedBwDownload

public void setGuaranteedBwDownload(Long value)
Sets the value of the guaranteedBwDownload property.
Specified by:
setGuaranteedBwDownload in interface PolicyControlProfileMBean
Parameters:
value - allowed object is Long

getGuaranteedBwUpload

public Long getGuaranteedBwUpload()
Gets the value of the guaranteedBwUpload property.
Specified by:
getGuaranteedBwUpload in interface PolicyControlProfileReadOnlyMBean
Returns:
possible object is Long

setGuaranteedBwUpload

public void setGuaranteedBwUpload(Long value)
Sets the value of the guaranteedBwUpload property.
Specified by:
setGuaranteedBwUpload in interface PolicyControlProfileMBean
Parameters:
value - allowed object is Long

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.