Class DatabaseType


  • public class DatabaseType
    extends Object

    Java class for databaseType complex type.

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

     <complexType name="databaseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="defaultDatabasePort" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="extraOptionsHelpUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="shortName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="supportedAccessTypes" type="{http://www.pentaho.com/schema/}databaseAccessType"
     maxOccurs="unbounded" minOccurs="0"/>
             <element name="defaultDatabaseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="defaultOptions">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="entry" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                                 <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DatabaseType

        public DatabaseType()
    • Method Detail

      • getDefaultDatabasePort

        public int getDefaultDatabasePort()
        Gets the value of the defaultDatabasePort property.
      • setDefaultDatabasePort

        public void setDefaultDatabasePort​(int value)
        Sets the value of the defaultDatabasePort property.
      • getExtraOptionsHelpUrl

        public String getExtraOptionsHelpUrl()
        Gets the value of the extraOptionsHelpUrl property.
        Returns:
        possible object is String
      • setExtraOptionsHelpUrl

        public void setExtraOptionsHelpUrl​(String value)
        Sets the value of the extraOptionsHelpUrl 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
      • getShortName

        public String getShortName()
        Gets the value of the shortName property.
        Returns:
        possible object is String
      • setShortName

        public void setShortName​(String value)
        Sets the value of the shortName property.
        Parameters:
        value - allowed object is String
      • getSupportedAccessTypes

        public List<DatabaseAccessType> getSupportedAccessTypes()
        Gets the value of the supportedAccessTypes property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the supportedAccessTypes property.

        For example, to add a new item, do as follows:

         getSupportedAccessTypes().add( newItem );
         

        Objects of the following type(s) are allowed in the list DatabaseAccessType

      • getDefaultDatabaseName

        public String getDefaultDatabaseName()
        Gets the value of the defaultDatabaseName property.
        Returns:
        possible object is String
      • setDefaultDatabaseName

        public void setDefaultDatabaseName​(String value)
        Sets the value of the defaultDatabaseName property.