Skip navigation links


oracle.iam.config.jaxb
Class DiscoveryConfig

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


public class DiscoveryConfig
extends java.lang.Object

Java class for DiscoveryConfig complex type.

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

 <complexType name="DiscoveryConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="directDBConfigParams" type="{http://www.oracle.com/schema/oracle/iam/platform/config}DirectDBConfigParams"/>
         <element name="bIPublisherURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oimFrontEndURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oimJNDIURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="backOfficeURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
DiscoveryConfig()
           

 

Method Summary
 java.lang.String getBackOfficeURL()
          Gets the value of the backOfficeURL property.
 java.lang.String getBIPublisherURL()
          Gets the value of the biPublisherURL property.
 DirectDBConfigParams getDirectDBConfigParams()
          Gets the value of the directDBConfigParams property.
 java.lang.String getOimFrontEndURL()
          Gets the value of the oimFrontEndURL property.
 java.lang.String getOimJNDIURL()
          Gets the value of the oimJNDIURL property.
 void setBackOfficeURL(java.lang.String value)
          Sets the value of the backOfficeURL property.
 void setBIPublisherURL(java.lang.String value)
          Sets the value of the biPublisherURL property.
 void setDirectDBConfigParams(DirectDBConfigParams value)
          Sets the value of the directDBConfigParams property.
 void setOimFrontEndURL(java.lang.String value)
          Sets the value of the oimFrontEndURL property.
 void setOimJNDIURL(java.lang.String value)
          Sets the value of the oimJNDIURL property.

 

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

 

Constructor Detail

DiscoveryConfig

public DiscoveryConfig()

Method Detail

getDirectDBConfigParams

public DirectDBConfigParams getDirectDBConfigParams()
Gets the value of the directDBConfigParams property.
Returns:
possible object is DirectDBConfigParams

setDirectDBConfigParams

public void setDirectDBConfigParams(DirectDBConfigParams value)
Sets the value of the directDBConfigParams property.
Parameters:
value - allowed object is DirectDBConfigParams

getBIPublisherURL

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

setBIPublisherURL

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

getOimFrontEndURL

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

setOimFrontEndURL

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

getOimJNDIURL

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

setOimJNDIURL

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

getBackOfficeURL

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

setBackOfficeURL

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

Skip navigation links


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