public class LookupHaBackupNodeConfiguration extends DynamicData
Java class for LookupHaBackupNodeConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupHaBackupNodeConfiguration">
<complexContent>
<extension base="{urn:lookup}DynamicData">
<sequence>
<element name="dbType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbJdbcUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbPass" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbJdbcUrl |
protected String |
dbPass |
protected String |
dbType |
protected String |
dbUser |
| Constructor and Description |
|---|
LookupHaBackupNodeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbJdbcUrl()
Gets the value of the dbJdbcUrl property.
|
String |
getDbPass()
Gets the value of the dbPass property.
|
String |
getDbType()
Gets the value of the dbType property.
|
String |
getDbUser()
Gets the value of the dbUser property.
|
void |
setDbJdbcUrl(String value)
Sets the value of the dbJdbcUrl property.
|
void |
setDbPass(String value)
Sets the value of the dbPass property.
|
void |
setDbType(String value)
Sets the value of the dbType property.
|
void |
setDbUser(String value)
Sets the value of the dbUser property.
|
protected String dbType
protected String dbJdbcUrl
protected String dbUser
protected String dbPass
public String getDbType()
Stringpublic void setDbType(String value)
value - allowed object is
Stringpublic String getDbJdbcUrl()
Stringpublic void setDbJdbcUrl(String value)
value - allowed object is
Stringpublic String getDbUser()
Stringpublic void setDbUser(String value)
value - allowed object is
Stringpublic String getDbPass()
StringCopyright © 2016. All Rights Reserved.