Class Database
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Database
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="Kind" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="User" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Address" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Port" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="Create" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Upgrade" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getKind()Gets the value of the kind property.getName()Gets the value of the name property.Gets the value of the password property.longgetPort()Gets the value of the port property.getUser()Gets the value of the user property.booleanisCreate()Gets the value of the create property.booleanGets the value of the upgrade property.voidsetAddress(String value) Sets the value of the address property.voidsetCreate(boolean value) Sets the value of the create property.voidSets the value of the kind property.voidSets the value of the name property.voidsetPassword(String value) Sets the value of the password property.voidsetPort(long value) Sets the value of the port property.voidsetUpgrade(boolean value) Sets the value of the upgrade property.voidSets the value of the user property.
-
Field Details
-
kind
-
name
-
user
-
password
-
address
-
port
protected long port -
create
protected boolean create -
upgrade
protected boolean upgrade
-
-
Constructor Details
-
Database
public Database()
-
-
Method Details
-
getKind
Gets the value of the kind property.- Returns:
- possible object is
String
-
setKind
Sets the value of the kind property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isString
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getPort
public long getPort()Gets the value of the port property. -
setPort
public void setPort(long value) Sets the value of the port property. -
isCreate
public boolean isCreate()Gets the value of the create property. -
setCreate
public void setCreate(boolean value) Sets the value of the create property. -
isUpgrade
public boolean isUpgrade()Gets the value of the upgrade property. -
setUpgrade
public void setUpgrade(boolean value) Sets the value of the upgrade property.
-