Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.service.subscriber_store.provider.dd
Class SubscriberProfileProviderConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.service.subscriber_store.provider.dd.SubscriberProfileProviderConfig

All Implemented Interfaces:
SubscriberProfileProviderConfigMBean, SubscriberProfileProviderConfigReadOnlyMBean

public class SubscriberProfileProviderConfig
extends Object
implements SubscriberProfileProviderConfigMBean

Subscriber Profile Provider Deployment Descriptor

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="providerImplementation" type="{http://xmlns.oracle.com/ocsb/rcc/subscriber/provider}ProviderImplementationType"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  ProviderImplementationType providerImplementation
           

 

Constructor Summary
SubscriberProfileProviderConfig()
          Default Constructor
SubscriberProfileProviderConfig(ProviderImplementationType providerImplementation)
           

 

Method Summary
 ProviderImplementationType getProviderImplementation()
          Gets the value of the providerImplementation property.
 ProviderImplementationTypeMBean getProviderImplementationMBean()
          Get the value of the ProviderImplementationType element
 void setProviderImplementation(ProviderImplementationType value)
          Sets the value of the providerImplementation property.
 void setProviderImplementationMBean(ProviderImplementationTypeMBean val)
          Set the value of the ProviderImplementationType element

 

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

 

Field Detail

providerImplementation

protected ProviderImplementationType providerImplementation

Constructor Detail

SubscriberProfileProviderConfig

public SubscriberProfileProviderConfig()
Default Constructor

SubscriberProfileProviderConfig

public SubscriberProfileProviderConfig(ProviderImplementationType providerImplementation)

Method Detail

getProviderImplementation

public ProviderImplementationType getProviderImplementation()
Gets the value of the providerImplementation property.
Returns:
possible object is ProviderImplementationType

setProviderImplementation

public void setProviderImplementation(ProviderImplementationType value)
Sets the value of the providerImplementation property.
Parameters:
value - allowed object is ProviderImplementationType

getProviderImplementationMBean

public ProviderImplementationTypeMBean getProviderImplementationMBean()
Get the value of the ProviderImplementationType element
Specified by:
getProviderImplementationMBean in interface SubscriberProfileProviderConfigReadOnlyMBean

setProviderImplementationMBean

public void setProviderImplementationMBean(ProviderImplementationTypeMBean val)
Set the value of the ProviderImplementationType element
Specified by:
setProviderImplementationMBean in interface SubscriberProfileProviderConfigMBean

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.