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 java.lang.String |
dbJdbcUrl |
protected java.lang.String |
dbPass |
protected java.lang.String |
dbType |
protected java.lang.String |
dbUser |
Constructor and Description |
---|
LookupHaBackupNodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDbJdbcUrl()
Gets the value of the dbJdbcUrl property.
|
java.lang.String |
getDbPass()
Gets the value of the dbPass property.
|
java.lang.String |
getDbType()
Gets the value of the dbType property.
|
java.lang.String |
getDbUser()
Gets the value of the dbUser property.
|
void |
setDbJdbcUrl(java.lang.String value)
Sets the value of the dbJdbcUrl property.
|
void |
setDbPass(java.lang.String value)
Sets the value of the dbPass property.
|
void |
setDbType(java.lang.String value)
Sets the value of the dbType property.
|
void |
setDbUser(java.lang.String value)
Sets the value of the dbUser property.
|
protected java.lang.String dbType
protected java.lang.String dbJdbcUrl
protected java.lang.String dbUser
protected java.lang.String dbPass
public java.lang.String getDbType()
String
public void setDbType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbJdbcUrl()
String
public void setDbJdbcUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbUser()
String
public void setDbUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbPass()
String
public void setDbPass(java.lang.String value)
value
- allowed object is
String