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 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
public java.lang.String getDbname()
Stringpublic java.lang.String getEncoding()
Stringpublic java.lang.String getHost()
Stringpublic java.lang.String getPassword()
Stringpublic java.lang.String getPort()
Stringpublic java.lang.String getUser()
Stringpublic void setDbname(java.lang.String value)
value - allowed object is
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic void setPort(java.lang.String value)
value - allowed object is
Stringpublic void setUser(java.lang.String value)
value - allowed object is
StringCopyright © 2015 gvSIG Association. All Rights Reserved.