Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.fw
Class StorageConfiguration

java.lang.Object
  extended by oracle.axia.config.beans.storage.fw.StorageConfiguration


public class StorageConfiguration
extends java.lang.Object

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">
       <sequence>
         <element ref="{http://xmlns.oracle.com/axia/storage-config}provider-mapping" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/axia/storage-config}providers" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  ProviderMapping providerMapping
           
protected  Providers providers
           

 

Constructor Summary
StorageConfiguration()
           

 

Method Summary
 ProviderMapping getProviderMapping()
          Gets the value of the providerMapping property.
 Providers getProviders()
          Gets the value of the providers property.
 void setProviderMapping(ProviderMapping value)
          Sets the value of the providerMapping property.
 void setProviders(Providers value)
          Sets the value of the providers property.

 

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

 

Field Detail

providerMapping

protected ProviderMapping providerMapping

providers

protected Providers providers

Constructor Detail

StorageConfiguration

public StorageConfiguration()

Method Detail

getProviderMapping

public ProviderMapping getProviderMapping()
Gets the value of the providerMapping property.
Returns:
possible object is ProviderMapping

setProviderMapping

public void setProviderMapping(ProviderMapping value)
Sets the value of the providerMapping property.
Parameters:
value - allowed object is ProviderMapping

getProviders

public Providers getProviders()
Gets the value of the providers property.
Returns:
possible object is Providers

setProviders

public void setProviders(Providers value)
Sets the value of the providers property.
Parameters:
value - allowed object is Providers

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.