Skip navigation links


oracle.iam.sod.sil.jaxb
Class Infrastructure

java.lang.Object
  extended by oracle.iam.sod.sil.jaxb.Infrastructure


public class Infrastructure
extends java.lang.Object

Java class for Infrastructure complex type.

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

 <complexType name="Infrastructure">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}CachingEnabled"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}CachingImpl"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}LoggingEnabled"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}LoggingImpl"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}SecurityEnabled"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}SecurityImpl"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}DataAccessImpl"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
Infrastructure()
           

 

Method Summary
 java.lang.String getCachingEnabled()
          Gets the value of the cachingEnabled property.
 java.lang.String getCachingImpl()
          Gets the value of the cachingImpl property.
 java.lang.String getDataAccessImpl()
          Gets the value of the dataAccessImpl property.
 java.lang.String getLoggingEnabled()
          Gets the value of the loggingEnabled property.
 java.lang.String getLoggingImpl()
          Gets the value of the loggingImpl property.
 java.lang.String getSecurityEnabled()
          Gets the value of the securityEnabled property.
 java.lang.String getSecurityImpl()
          Gets the value of the securityImpl property.
 void setCachingEnabled(java.lang.String value)
          Sets the value of the cachingEnabled property.
 void setCachingImpl(java.lang.String value)
          Sets the value of the cachingImpl property.
 void setDataAccessImpl(java.lang.String value)
          Sets the value of the dataAccessImpl property.
 void setLoggingEnabled(java.lang.String value)
          Sets the value of the loggingEnabled property.
 void setLoggingImpl(java.lang.String value)
          Sets the value of the loggingImpl property.
 void setSecurityEnabled(java.lang.String value)
          Sets the value of the securityEnabled property.
 void setSecurityImpl(java.lang.String value)
          Sets the value of the securityImpl property.

 

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

 

Constructor Detail

Infrastructure

public Infrastructure()

Method Detail

getCachingEnabled

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

setCachingEnabled

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

getCachingImpl

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

setCachingImpl

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

getLoggingEnabled

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

setLoggingEnabled

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

getLoggingImpl

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

setLoggingImpl

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

getSecurityEnabled

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

setSecurityEnabled

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

getSecurityImpl

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

setSecurityImpl

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

getDataAccessImpl

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

setDataAccessImpl

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

Skip navigation links


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