|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.sil.jaxb.Infrastructure
public class Infrastructure
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 |
|---|
public Infrastructure()
| Method Detail |
|---|
public java.lang.String getCachingEnabled()
Stringpublic void setCachingEnabled(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getCachingImpl()
Stringpublic void setCachingImpl(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLoggingEnabled()
Stringpublic void setLoggingEnabled(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getLoggingImpl()
Stringpublic void setLoggingImpl(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSecurityEnabled()
Stringpublic void setSecurityEnabled(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSecurityImpl()
Stringpublic void setSecurityImpl(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDataAccessImpl()
Stringpublic void setDataAccessImpl(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||