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 ProviderImplementationType

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

All Implemented Interfaces:
ProviderImplementationTypeMBean, ProviderImplementationTypeReadOnlyMBean

public class ProviderImplementationType
extends Object
implements ProviderImplementationTypeMBean

Java class for ProviderImplementationType complex type.

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

 <complexType name="ProviderImplementationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="implementationClass" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String implementationClass
           

 

Constructor Summary
ProviderImplementationType()
          Default Constructor
ProviderImplementationType(String implementationClass)
           

 

Method Summary
 String getImplementationClass()
          Gets the value of the implementationClass property.
 void setImplementationClass(String value)
          Sets the value of the implementationClass property.

 

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

 

Field Detail

implementationClass

protected String implementationClass

Constructor Detail

ProviderImplementationType

public ProviderImplementationType()
Default Constructor

ProviderImplementationType

public ProviderImplementationType(String implementationClass)

Method Detail

getImplementationClass

public String getImplementationClass()
Gets the value of the implementationClass property.
Specified by:
getImplementationClass in interface ProviderImplementationTypeReadOnlyMBean
Returns:
possible object is String

setImplementationClass

public void setImplementationClass(String value)
Sets the value of the implementationClass property.
Specified by:
setImplementationClass in interface ProviderImplementationTypeMBean
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.