Class DatabaseUser
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.DatabaseUser
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="User" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the password property.getUser()Gets the value of the user property.voidsetPassword(String value) Sets the value of the password property.voidSets the value of the user property.
-
Field Details
-
user
-
password
-
-
Constructor Details
-
DatabaseUser
public DatabaseUser()
-
-
Method Details
-
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
-