|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.DiscoveryConfig
public class DiscoveryConfig
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 |
|---|
public DiscoveryConfig()
| Method Detail |
|---|
public DirectDBConfigParams getDirectDBConfigParams()
DirectDBConfigParamspublic void setDirectDBConfigParams(DirectDBConfigParams value)
value - allowed object is DirectDBConfigParamspublic java.lang.String getBIPublisherURL()
Stringpublic void setBIPublisherURL(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getOimFrontEndURL()
Stringpublic void setOimFrontEndURL(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getOimJNDIURL()
Stringpublic void setOimJNDIURL(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getBackOfficeURL()
Stringpublic void setBackOfficeURL(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 | ||||||||