| java.lang.Object | |
| ↳ | org.sunsystems.ssc.componentexecutor.definition.ConfigurationKey | 
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>
 
 
 
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| configurationType | |||||||||||
| database | |||||||||||
| dsn | |||||||||||
| instance | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Gets the value of the configurationType property. | |||||||||||
| Gets the value of the dsn property. | |||||||||||
| Gets the value of the database property. | |||||||||||
| Gets the value of the instance property. | |||||||||||
| Sets the value of the configurationType property. | |||||||||||
| Sets the value of the dsn property. | |||||||||||
| Sets the value of the database property. | |||||||||||
| Sets the value of the instance property. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Gets the value of the configurationType property.
ConfigurationType
     
Gets the value of the database property.
String
     
Gets the value of the instance property.
String
     
Sets the value of the configurationType property.
| value | Allowed object is ConfigurationType | 
|---|
Sets the value of the dsn property.
| value | Allowed object is String | 
|---|
Sets the value of the database property.
| value | Allowed object is String | 
|---|
Sets the value of the instance property.
| value | Allowed object is String | 
|---|