Class ScheduleDBType

java.lang.Object
com.tremolosecurity.config.xml.ScheduleDBType

public class ScheduleDBType extends Object
Database configuration for connecting to the scheduler database

Java class for scheduleDBType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="scheduleDBType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="delegateClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="driver" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxConnections" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="validationQuery" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • delegateClassName

      protected String delegateClassName
    • driver

      protected String driver
    • url

      protected String url
    • user

      protected String user
    • password

      protected String password
    • maxConnections

      protected Integer maxConnections
    • validationQuery

      protected String validationQuery
  • Constructor Details

    • ScheduleDBType

      public ScheduleDBType()
  • Method Details

    • getDelegateClassName

      public String getDelegateClassName()
      Gets the value of the delegateClassName property.
      Returns:
      possible object is String
    • setDelegateClassName

      public void setDelegateClassName(String value)
      Sets the value of the delegateClassName property.
      Parameters:
      value - allowed object is String
    • getDriver

      public String getDriver()
      Gets the value of the driver property.
      Returns:
      possible object is String
    • setDriver

      public void setDriver(String value)
      Sets the value of the driver property.
      Parameters:
      value - allowed object is String
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url 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
    • getMaxConnections

      public Integer getMaxConnections()
      Gets the value of the maxConnections property.
      Returns:
      possible object is Integer
    • setMaxConnections

      public void setMaxConnections(Integer value)
      Sets the value of the maxConnections property.
      Parameters:
      value - allowed object is Integer
    • getValidationQuery

      public String getValidationQuery()
      Gets the value of the validationQuery property.
      Returns:
      possible object is String
    • setValidationQuery

      public void setValidationQuery(String value)
      Sets the value of the validationQuery property.
      Parameters:
      value - allowed object is String