Skip navigation links


oracle.iam.config.jaxb
Class DeploymentConfig

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


public class DeploymentConfig
extends java.lang.Object

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

DeploymentConfig

public DeploymentConfig()

Method Detail

getAppServerName

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

setAppServerName

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

getInitialContextFactory

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

setInitialContextFactory

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

getDataBaseType

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

setDataBaseType

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

getDeploymentMode

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

setDeploymentMode

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

Skip navigation links


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