Skip navigation links


oracle.iam.config.jaxb
Class PluginConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.PluginConfig


public class PluginConfig
extends java.lang.Object

Java class for PluginConfig complex type.

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

 <complexType name="PluginConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="storeConfig" type="{http://www.oracle.com/schema/oracle/iam/platform/config}PluginStoreConfig"/>
       </sequence>
       <attribute name="storeType" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="DB"/>
             <enumeration value="File"/>
             <enumeration value="internal"/>
             <enumeration value="common"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
PluginConfig()
           

 

Method Summary
 PluginStoreConfig getStoreConfig()
          Gets the value of the storeConfig property.
 java.lang.String getStoreType()
          Gets the value of the storeType property.
 void setStoreConfig(PluginStoreConfig value)
          Sets the value of the storeConfig property.
 void setStoreType(java.lang.String value)
          Sets the value of the storeType property.

 

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

 

Constructor Detail

PluginConfig

public PluginConfig()

Method Detail

getStoreConfig

public PluginStoreConfig getStoreConfig()
Gets the value of the storeConfig property.
Returns:
possible object is PluginStoreConfig

setStoreConfig

public void setStoreConfig(PluginStoreConfig value)
Sets the value of the storeConfig property.
Parameters:
value - allowed object is PluginStoreConfig

getStoreType

public java.lang.String getStoreType()
Gets the value of the storeType property.
Returns:
possible object is String

setStoreType

public void setStoreType(java.lang.String value)
Sets the value of the storeType property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.