|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.DeploymentConfig
public class DeploymentConfig
Java class for DeploymentConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeploymentConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="appServerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initialContextFactory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataBaseType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deploymentMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DeploymentConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAppServerName()Gets the value of the appServerName property. |
java.lang.String |
getDataBaseType()Gets the value of the dataBaseType property. |
java.lang.String |
getDeploymentMode()Gets the value of the deploymentMode property. |
java.lang.String |
getInitialContextFactory()Gets the value of the initialContextFactory property. |
void |
setAppServerName(java.lang.String value)Sets the value of the appServerName property. |
void |
setDataBaseType(java.lang.String value)Sets the value of the dataBaseType property. |
void |
setDeploymentMode(java.lang.String value)Sets the value of the deploymentMode property. |
void |
setInitialContextFactory(java.lang.String value)Sets the value of the initialContextFactory property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentConfig()
| Method Detail |
|---|
public java.lang.String getAppServerName()
Stringpublic void setAppServerName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getInitialContextFactory()
Stringpublic void setInitialContextFactory(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDataBaseType()
Stringpublic void setDataBaseType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDeploymentMode()
Stringpublic void setDeploymentMode(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 | ||||||||