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 GlobalParams

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

All Implemented Interfaces:
GlobalParamsMBean, GlobalParamsReadOnlyMBean

public class GlobalParams
extends Object
implements GlobalParamsMBean

Java class for global-params complex type.

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

 <complexType name="global_params">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="revalidation_time" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="events_subscribed" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="primary_event_charging_fn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="secondary_event_charging_fn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="primary_charging_collection_fn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="secondary_charging_collection_fn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="online" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="offline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="access_nw_charging_address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="install_default_plan" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String accessNwChargingAddress
           
protected  String eventsSubscribed
           
protected  boolean installDefaultPlan
           
protected  String offline
           
protected  String online
           
protected  String primaryChargingCollectionFn
           
protected  String primaryEventChargingFn
           
protected  long revalidationTime
           
protected  String secondaryChargingCollectionFn
           
protected  String secondaryEventChargingFn
           

 

Constructor Summary
GlobalParams()
          Default Constructor
GlobalParams(long revalidationTime, String eventsSubscribed, String primaryEventChargingFn, String secondaryEventChargingFn, String primaryChargingCollectionFn, String secondaryChargingCollectionFn, String online, String offline, String accessNwChargingAddress, boolean installDefaultPlan)
           

 

Method Summary
 String getAccessNwChargingAddress()
          Gets the value of the accessNwChargingAddress property.
 String getEventsSubscribed()
          Gets the value of the eventsSubscribed property.
 String getOffline()
          Gets the value of the offline property.
 String getOnline()
          Gets the value of the online property.
 String getPrimaryChargingCollectionFn()
          Gets the value of the primaryChargingCollectionFn property.
 String getPrimaryEventChargingFn()
          Gets the value of the primaryEventChargingFn property.
 long getRevalidationTime()
          Gets the value of the revalidationTime property.
 String getSecondaryChargingCollectionFn()
          Gets the value of the secondaryChargingCollectionFn property.
 String getSecondaryEventChargingFn()
          Gets the value of the secondaryEventChargingFn property.
 boolean isInstallDefaultPlan()
          Gets the value of the installDefaultPlan property.
 void setAccessNwChargingAddress(String value)
          Sets the value of the accessNwChargingAddress property.
 void setEventsSubscribed(String value)
          Sets the value of the eventsSubscribed property.
 void setInstallDefaultPlan(boolean value)
          Sets the value of the installDefaultPlan property.
 void setOffline(String value)
          Sets the value of the offline property.
 void setOnline(String value)
          Sets the value of the online property.
 void setPrimaryChargingCollectionFn(String value)
          Sets the value of the primaryChargingCollectionFn property.
 void setPrimaryEventChargingFn(String value)
          Sets the value of the primaryEventChargingFn property.
 void setRevalidationTime(long value)
          Sets the value of the revalidationTime property.
 void setSecondaryChargingCollectionFn(String value)
          Sets the value of the secondaryChargingCollectionFn property.
 void setSecondaryEventChargingFn(String value)
          Sets the value of the secondaryEventChargingFn property.

 

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

 

Field Detail

revalidationTime

protected long revalidationTime

eventsSubscribed

protected String eventsSubscribed

primaryEventChargingFn

protected String primaryEventChargingFn

secondaryEventChargingFn

protected String secondaryEventChargingFn

primaryChargingCollectionFn

protected String primaryChargingCollectionFn

secondaryChargingCollectionFn

protected String secondaryChargingCollectionFn

online

protected String online

offline

protected String offline

accessNwChargingAddress

protected String accessNwChargingAddress

installDefaultPlan

protected boolean installDefaultPlan

Constructor Detail

GlobalParams

public GlobalParams()
Default Constructor

GlobalParams

public GlobalParams(long revalidationTime,
                    String eventsSubscribed,
                    String primaryEventChargingFn,
                    String secondaryEventChargingFn,
                    String primaryChargingCollectionFn,
                    String secondaryChargingCollectionFn,
                    String online,
                    String offline,
                    String accessNwChargingAddress,
                    boolean installDefaultPlan)

Method Detail

getRevalidationTime

public long getRevalidationTime()
Gets the value of the revalidationTime property.
Specified by:
getRevalidationTime in interface GlobalParamsReadOnlyMBean

setRevalidationTime

public void setRevalidationTime(long value)
Sets the value of the revalidationTime property.
Specified by:
setRevalidationTime in interface GlobalParamsMBean

getEventsSubscribed

public String getEventsSubscribed()
Gets the value of the eventsSubscribed property.
Specified by:
getEventsSubscribed in interface GlobalParamsReadOnlyMBean
Returns:
possible object is String

setEventsSubscribed

public void setEventsSubscribed(String value)
Sets the value of the eventsSubscribed property.
Specified by:
setEventsSubscribed in interface GlobalParamsMBean
Parameters:
value - allowed object is String

getPrimaryEventChargingFn

public String getPrimaryEventChargingFn()
Gets the value of the primaryEventChargingFn property.
Specified by:
getPrimaryEventChargingFn in interface GlobalParamsReadOnlyMBean
Returns:
possible object is String

setPrimaryEventChargingFn

public void setPrimaryEventChargingFn(String value)
Sets the value of the primaryEventChargingFn property.
Specified by:
setPrimaryEventChargingFn in interface GlobalParamsMBean
Parameters:
value - allowed object is String

getSecondaryEventChargingFn

public String getSecondaryEventChargingFn()
Gets the value of the secondaryEventChargingFn property.
Specified by:
getSecondaryEventChargingFn in interface GlobalParamsReadOnlyMBean
Returns:
possible object is String

setSecondaryEventChargingFn

public void setSecondaryEventChargingFn(String value)
Sets the value of the secondaryEventChargingFn property.
Specified by:
setSecondaryEventChargingFn in interface GlobalParamsMBean
Parameters:
value - allowed object is String

getPrimaryChargingCollectionFn

public String getPrimaryChargingCollectionFn()
Gets the value of the primaryChargingCollectionFn property.
Specified by:
getPrimaryChargingCollectionFn in interface GlobalParamsReadOnlyMBean
Returns:
possible object is String

setPrimaryChargingCollectionFn

public void setPrimaryChargingCollectionFn(String value)
Sets the value of the primaryChargingCollectionFn property.
Specified by:
setPrimaryChargingCollectionFn in interface GlobalParamsMBean
Parameters:
value - allowed object is String

getSecondaryChargingCollectionFn

public String getSecondaryChargingCollectionFn()
Gets the value of the secondaryChargingCollectionFn property.
Specified by:
getSecondaryChargingCollectionFn in interface GlobalParamsReadOnlyMBean
Returns:
possible object is String

setSecondaryChargingCollectionFn

public void setSecondaryChargingCollectionFn(String value)
Sets the value of the secondaryChargingCollectionFn property.
Specified by:
setSecondaryChargingCollectionFn in interface GlobalParamsMBean
Parameters:
value - allowed object is String

getOnline

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

setOnline

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

getOffline

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

setOffline

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

getAccessNwChargingAddress

public String getAccessNwChargingAddress()
Gets the value of the accessNwChargingAddress property.
Specified by:
getAccessNwChargingAddress in interface GlobalParamsReadOnlyMBean
Returns:
possible object is String

setAccessNwChargingAddress

public void setAccessNwChargingAddress(String value)
Sets the value of the accessNwChargingAddress property.
Specified by:
setAccessNwChargingAddress in interface GlobalParamsMBean
Parameters:
value - allowed object is String

isInstallDefaultPlan

public boolean isInstallDefaultPlan()
Gets the value of the installDefaultPlan property.
Specified by:
isInstallDefaultPlan in interface GlobalParamsMBean

setInstallDefaultPlan

public void setInstallDefaultPlan(boolean value)
Sets the value of the installDefaultPlan property.
Specified by:
setInstallDefaultPlan in interface GlobalParamsMBean

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.