Skip navigation links


oracle.iam.config.jaxb
Class OAACGConfig

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


public class OAACGConfig
extends java.lang.Object

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

OAACGConfig

public OAACGConfig()

Method Detail

getHost

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

setHost

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

getPort

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

setPort

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

getUsername

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

setUsername

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

getPasswordKey

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

setPasswordKey

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

getServiceURL

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

setServiceURL

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

getResponseTimeout

public int getResponseTimeout()
Gets the value of the responseTimeout property.

setResponseTimeout

public void setResponseTimeout(int value)
Sets the value of the responseTimeout property.

getFusionAdapterDatasourceName

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

setFusionAdapterDatasourceName

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

getCompositeName

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

setCompositeName

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

isSodEnabled

public boolean isSodEnabled()
Gets the value of the sodEnabled property.

setSodEnabled

public void setSodEnabled(boolean value)
Sets the value of the sodEnabled property.

Skip navigation links


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