public class Pg extends 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 String |
dbname |
protected String |
encoding |
protected String |
host |
protected String |
password |
protected String |
port |
protected String |
user |
Constructor and Description |
---|
Pg() |
Modifier and Type | Method and Description |
---|---|
String |
getDbname()
Gets the value of the dbname property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getHost()
Gets the value of the host property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPort()
Gets the value of the port property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setDbname(String value)
Sets the value of the dbname property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(String value)
Sets the value of the port property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String host
protected String user
protected String password
protected String dbname
protected String port
protected String encoding
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public String getDbname()
String
public void setDbname(String value)
value
- allowed object is
String
public String getPort()
String
public void setPort(String value)
value
- allowed object is
String
public String getEncoding()
String