|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.OAACGConfig
public class OAACGConfig
Java class for OAACGConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OAACGConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passwordKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serviceURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="responseTimeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="fusionAdapterDatasourceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compositeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sodEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OAACGConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getCompositeName()Gets the value of the compositeName property. |
java.lang.String |
getFusionAdapterDatasourceName()Gets the value of the fusionAdapterDatasourceName property. |
java.lang.String |
getHost()Gets the value of the host property. |
java.lang.String |
getPasswordKey()Gets the value of the passwordKey property. |
java.lang.String |
getPort()Gets the value of the port property. |
int |
getResponseTimeout()Gets the value of the responseTimeout property. |
java.lang.String |
getServiceURL()Gets the value of the serviceURL property. |
java.lang.String |
getUsername()Gets the value of the username property. |
boolean |
isSodEnabled()Gets the value of the sodEnabled property. |
void |
setCompositeName(java.lang.String value)Sets the value of the compositeName property. |
void |
setFusionAdapterDatasourceName(java.lang.String value)Sets the value of the fusionAdapterDatasourceName property. |
void |
setHost(java.lang.String value)Sets the value of the host property. |
void |
setPasswordKey(java.lang.String value)Sets the value of the passwordKey property. |
void |
setPort(java.lang.String value)Sets the value of the port property. |
void |
setResponseTimeout(int value)Sets the value of the responseTimeout property. |
void |
setServiceURL(java.lang.String value)Sets the value of the serviceURL property. |
void |
setSodEnabled(boolean value)Sets the value of the sodEnabled property. |
void |
setUsername(java.lang.String value)Sets the value of the username property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAACGConfig()
| Method Detail |
|---|
public java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPort()
Stringpublic void setPort(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPasswordKey()
Stringpublic void setPasswordKey(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getServiceURL()
Stringpublic void setServiceURL(java.lang.String value)
value - allowed object is Stringpublic int getResponseTimeout()
public void setResponseTimeout(int value)
public java.lang.String getFusionAdapterDatasourceName()
Stringpublic void setFusionAdapterDatasourceName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getCompositeName()
Stringpublic void setCompositeName(java.lang.String value)
value - allowed object is Stringpublic boolean isSodEnabled()
public void setSodEnabled(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||