public class Database extends Linkable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.appng.org/schema/appngizer}linkable">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="driver" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ok" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="managed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="versions" type="{http://www.appng.org/schema/appngizer}versions" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbVersion |
protected String |
driver |
protected Integer |
id |
protected Boolean |
managed |
protected boolean |
ok |
protected String |
password |
protected Double |
size |
protected String |
type |
protected String |
url |
protected String |
user |
protected Versions |
versions |
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbVersion()
Gets the value of the dbVersion property.
|
String |
getDriver()
Gets the value of the driver property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getPassword()
Gets the value of the password property.
|
Double |
getSize()
Gets the value of the size property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUser()
Gets the value of the user property.
|
Versions |
getVersions()
Gets the value of the versions property.
|
Boolean |
isManaged()
Gets the value of the managed property.
|
boolean |
isOk()
Gets the value of the ok property.
|
void |
setDbVersion(String value)
Sets the value of the dbVersion property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setManaged(Boolean value)
Sets the value of the managed property.
|
void |
setOk(boolean value)
Sets the value of the ok property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setSize(Double value)
Sets the value of the size property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
setVersions(Versions value)
Sets the value of the versions property.
|
protected String type
protected String user
protected String password
protected String dbVersion
protected String driver
protected String url
protected boolean ok
protected Boolean managed
protected Double size
protected Versions versions
protected Integer id
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getDbVersion()
Stringpublic void setDbVersion(String value)
value - allowed object is
Stringpublic String getDriver()
Stringpublic void setDriver(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isOk()
public void setOk(boolean value)
public Boolean isManaged()
Booleanpublic void setManaged(Boolean value)
value - allowed object is
Booleanpublic Double getSize()
Doublepublic void setSize(Double value)
value - allowed object is
Doublepublic Versions getVersions()
Versionspublic void setVersions(Versions value)
value - allowed object is
VersionsCopyright © 2011–2020 aiticon GmbH. All rights reserved.