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="OwnerRoleName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="OwnerRolePassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="WorkerRolePassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ReaderRolePassword" type="{http://www.w3.org/2001/XMLSchema}string" />
<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="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 ownerRoleName property.Gets the value of the ownerRolePassword property.longgetPort()Gets the value of the port property.Gets the value of the readerRolePassword property.Gets the value of the workerRolePassword 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.voidsetOwnerRoleName(String value) Sets the value of the ownerRoleName property.voidsetOwnerRolePassword(String value) Sets the value of the ownerRolePassword property.voidsetPort(long value) Sets the value of the port property.voidsetReaderRolePassword(String value) Sets the value of the readerRolePassword property.voidsetUpgrade(boolean value) Sets the value of the upgrade property.voidsetWorkerRolePassword(String value) Sets the value of the workerRolePassword property.
-
Field Details
-
ownerRoleName
-
ownerRolePassword
-
workerRolePassword
-
readerRolePassword
-
kind
-
name
-
address
-
port
protected long port -
create
protected boolean create -
upgrade
protected boolean upgrade
-
-
Constructor Details
-
Database
public Database()
-
-
Method Details
-
getOwnerRoleName
Gets the value of the ownerRoleName property.- Returns:
- possible object is
String
-
setOwnerRoleName
Sets the value of the ownerRoleName property.- Parameters:
value- allowed object isString
-
getOwnerRolePassword
Gets the value of the ownerRolePassword property.- Returns:
- possible object is
String
-
setOwnerRolePassword
Sets the value of the ownerRolePassword property.- Parameters:
value- allowed object isString
-
getWorkerRolePassword
Gets the value of the workerRolePassword property.- Returns:
- possible object is
String
-
setWorkerRolePassword
Sets the value of the workerRolePassword property.- Parameters:
value- allowed object isString
-
getReaderRolePassword
Gets the value of the readerRolePassword property.- Returns:
- possible object is
String
-
setReaderRolePassword
Sets the value of the readerRolePassword property.- Parameters:
value- allowed object isString
-
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
-
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.
-