public class

ConfigurationKey

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.componentexecutor.definition.ConfigurationKey

Class Overview

Java class for ConfigurationKey complex type.

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

 <complexType name="ConfigurationKey">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ConfigurationType" type="{http://systemsunion.com/connect/webservices/}ConfigurationType" minOccurs="0"/>
         <element name="Database" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ConfigurationType configurationType
protected String database
protected String dsn
protected String instance
Public Constructors
ConfigurationKey()
Public Methods
ConfigurationType getConfigurationType()
Gets the value of the configurationType property.
String getDSN()
Gets the value of the dsn property.
String getDatabase()
Gets the value of the database property.
String getInstance()
Gets the value of the instance property.
void setConfigurationType(ConfigurationType value)
Sets the value of the configurationType property.
void setDSN(String value)
Sets the value of the dsn property.
void setDatabase(String value)
Sets the value of the database property.
void setInstance(String value)
Sets the value of the instance property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ConfigurationType configurationType

protected String database

protected String dsn

protected String instance

Public Constructors

public ConfigurationKey ()

Public Methods

public ConfigurationType getConfigurationType ()

Gets the value of the configurationType property.

Returns

public String getDSN ()

Gets the value of the dsn property.

Returns

public String getDatabase ()

Gets the value of the database property.

Returns

public String getInstance ()

Gets the value of the instance property.

Returns

public void setConfigurationType (ConfigurationType value)

Sets the value of the configurationType property.

Parameters
value Allowed object is ConfigurationType

public void setDSN (String value)

Sets the value of the dsn property.

Parameters
value Allowed object is String

public void setDatabase (String value)

Sets the value of the database property.

Parameters
value Allowed object is String

public void setInstance (String value)

Sets the value of the instance property.

Parameters
value Allowed object is String