public class Pg
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dbname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dbname |
protected java.lang.String |
encoding |
protected java.lang.String |
host |
protected java.lang.String |
password |
protected java.lang.String |
port |
protected java.lang.String |
user |
| Constructor and Description |
|---|
Pg() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDbname()
Gets the value of the dbname property.
|
java.lang.String |
getEncoding()
Gets the value of the encoding property.
|
java.lang.String |
getHost()
Gets the value of the host property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getPort()
Gets the value of the port property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
void |
setDbname(java.lang.String value)
Sets the value of the dbname property.
|
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property.
|
void |
setHost(java.lang.String value)
Sets the value of the host property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setPort(java.lang.String value)
Sets the value of the port property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
protected java.lang.String host
protected java.lang.String user
protected java.lang.String password
protected java.lang.String dbname
protected java.lang.String port
protected java.lang.String encoding
public java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDbname()
Stringpublic void setDbname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPort()
Stringpublic void setPort(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
String