public class ConfigurationDataObj extends Object
Java class for configurationDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="commitPort" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="dbDialect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dbDriver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maindbName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maindbUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maindbUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
commitPort |
protected String |
dbDialect |
protected String |
dbDriver |
protected String |
maindbName |
protected String |
maindbUrl |
protected String |
maindbUser |
| Constructor and Description |
|---|
ConfigurationDataObj() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCommitPort()
Gets the value of the commitPort property.
|
String |
getDbDialect()
Gets the value of the dbDialect property.
|
String |
getDbDriver()
Gets the value of the dbDriver property.
|
String |
getMaindbName()
Gets the value of the maindbName property.
|
String |
getMaindbUrl()
Gets the value of the maindbUrl property.
|
String |
getMaindbUser()
Gets the value of the maindbUser property.
|
void |
setCommitPort(Long value)
Sets the value of the commitPort property.
|
void |
setDbDialect(String value)
Sets the value of the dbDialect property.
|
void |
setDbDriver(String value)
Sets the value of the dbDriver property.
|
void |
setMaindbName(String value)
Sets the value of the maindbName property.
|
void |
setMaindbUrl(String value)
Sets the value of the maindbUrl property.
|
void |
setMaindbUser(String value)
Sets the value of the maindbUser property.
|
protected Long commitPort
protected String dbDialect
protected String dbDriver
protected String maindbName
protected String maindbUrl
protected String maindbUser
public Long getCommitPort()
Longpublic void setCommitPort(Long value)
value - allowed object is
Longpublic String getDbDialect()
Stringpublic void setDbDialect(String value)
value - allowed object is
Stringpublic String getDbDriver()
Stringpublic void setDbDriver(String value)
value - allowed object is
Stringpublic String getMaindbName()
Stringpublic void setMaindbName(String value)
value - allowed object is
Stringpublic String getMaindbUrl()
Stringpublic void setMaindbUrl(String value)
value - allowed object is
Stringpublic String getMaindbUser()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.