java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Database

public class Database 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="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 Details

    • kind

      protected String kind
    • name

      protected String name
    • user

      protected String user
    • password

      protected String password
    • address

      protected String address
    • port

      protected long port
    • create

      protected boolean create
    • upgrade

      protected boolean upgrade
  • Constructor Details

    • Database

      public Database()
  • Method Details

    • getKind

      public String getKind()
      Gets the value of the kind property.
      Returns:
      possible object is String
    • setKind

      public void setKind(String value)
      Sets the value of the kind property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getUser

      public String getUser()
      Gets the value of the user property.
      Returns:
      possible object is String
    • setUser

      public void setUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
    • getPassword

      public String getPassword()
      Gets the value of the password property.
      Returns:
      possible object is String
    • setPassword

      public void setPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
    • getAddress

      public String getAddress()
      Gets the value of the address property.
      Returns:
      possible object is String
    • setAddress

      public void setAddress(String value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is String
    • 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.