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 RuleDictionaryRelease

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

All Implemented Interfaces:
RuleDictionaryReleaseMBean, RuleDictionaryReleaseReadOnlyMBean

public class RuleDictionaryRelease
extends Object
implements RuleDictionaryReleaseMBean

Java class for ruleDictionaryRelease complex type.

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

 <complexType name="ruleDictionaryRelease">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ruleDictionaryContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pccProfileContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="ruleDictionaryURL" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String note
           
protected  String pccProfileContent
           
protected  String ruleDictionaryContent
           
protected  String ruleDictionaryURL
           
protected  int version
           

 

Constructor Summary
RuleDictionaryRelease()
          Default Constructor
RuleDictionaryRelease(String ruleDictionaryContent, String pccProfileContent, int version, String ruleDictionaryURL, String note)
           

 

Method Summary
 String getNote()
          Gets the value of the note property.
 String getPccProfileContent()
          Gets the value of the pccProfileContent property.
 String getRuleDictionaryContent()
          Gets the value of the ruleDictionaryContent property.
 String getRuleDictionaryURL()
          Gets the value of the ruleDictionaryURL property.
 int getVersion()
          Gets the value of the version property.
 void setNote(String value)
          Sets the value of the note property.
 void setPccProfileContent(String value)
          Sets the value of the pccProfileContent property.
 void setRuleDictionaryContent(String value)
          Sets the value of the ruleDictionaryContent property.
 void setRuleDictionaryURL(String value)
          Sets the value of the ruleDictionaryURL property.
 void setVersion(int value)
          Sets the value of the version property.

 

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

 

Field Detail

ruleDictionaryContent

protected String ruleDictionaryContent

pccProfileContent

protected String pccProfileContent

version

protected int version

ruleDictionaryURL

protected String ruleDictionaryURL

note

protected String note

Constructor Detail

RuleDictionaryRelease

public RuleDictionaryRelease()
Default Constructor

RuleDictionaryRelease

public RuleDictionaryRelease(String ruleDictionaryContent,
                             String pccProfileContent,
                             int version,
                             String ruleDictionaryURL,
                             String note)

Method Detail

getRuleDictionaryContent

public String getRuleDictionaryContent()
Gets the value of the ruleDictionaryContent property.
Specified by:
getRuleDictionaryContent in interface RuleDictionaryReleaseReadOnlyMBean
Returns:
possible object is String

setRuleDictionaryContent

public void setRuleDictionaryContent(String value)
Sets the value of the ruleDictionaryContent property.
Specified by:
setRuleDictionaryContent in interface RuleDictionaryReleaseMBean
Parameters:
value - allowed object is String

getPccProfileContent

public String getPccProfileContent()
Gets the value of the pccProfileContent property.
Specified by:
getPccProfileContent in interface RuleDictionaryReleaseReadOnlyMBean
Returns:
possible object is String

setPccProfileContent

public void setPccProfileContent(String value)
Sets the value of the pccProfileContent property.
Specified by:
setPccProfileContent in interface RuleDictionaryReleaseMBean
Parameters:
value - allowed object is String

getVersion

public int getVersion()
Gets the value of the version property.
Specified by:
getVersion in interface RuleDictionaryReleaseReadOnlyMBean

setVersion

public void setVersion(int value)
Sets the value of the version property.
Specified by:
setVersion in interface RuleDictionaryReleaseMBean

getRuleDictionaryURL

public String getRuleDictionaryURL()
Gets the value of the ruleDictionaryURL property.
Specified by:
getRuleDictionaryURL in interface RuleDictionaryReleaseReadOnlyMBean
Returns:
possible object is String

setRuleDictionaryURL

public void setRuleDictionaryURL(String value)
Sets the value of the ruleDictionaryURL property.
Specified by:
setRuleDictionaryURL in interface RuleDictionaryReleaseMBean
Parameters:
value - allowed object is String

getNote

public String getNote()
Gets the value of the note property.
Specified by:
getNote in interface RuleDictionaryReleaseReadOnlyMBean
Returns:
possible object is String

setNote

public void setNote(String value)
Sets the value of the note property.
Specified by:
setNote in interface RuleDictionaryReleaseMBean
Parameters:
value - allowed object is String

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.