Class PartitionDatabaseMeta


  • public class PartitionDatabaseMeta
    extends Object

    Java class for partitionDatabaseMeta complex type.

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

     <complexType name="partitionDatabaseMeta">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="databaseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="partitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="port" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • databaseName

        protected String databaseName
      • hostname

        protected String hostname
      • partitionId

        protected String partitionId
      • password

        protected String password
      • username

        protected String username
    • Constructor Detail

      • PartitionDatabaseMeta

        public PartitionDatabaseMeta()
    • Method Detail

      • getDatabaseName

        public String getDatabaseName()
        Gets the value of the databaseName property.
        Returns:
        possible object is String
      • setDatabaseName

        public void setDatabaseName​(String value)
        Sets the value of the databaseName property.
        Parameters:
        value - allowed object is String
      • getHostname

        public String getHostname()
        Gets the value of the hostname property.
        Returns:
        possible object is String
      • setHostname

        public void setHostname​(String value)
        Sets the value of the hostname property.
        Parameters:
        value - allowed object is String
      • getPartitionId

        public String getPartitionId()
        Gets the value of the partitionId property.
        Returns:
        possible object is String
      • setPartitionId

        public void setPartitionId​(String value)
        Sets the value of the partitionId 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
      • getPort

        public String getPort()
        Gets the value of the port property.
        Returns:
        possible object is String
      • setPort

        public void setPort​(String value)
        Sets the value of the port property.
        Parameters:
        value - allowed object is String
      • getUsername

        public String getUsername()
        Gets the value of the username property.
        Returns:
        possible object is String
      • setUsername

        public void setUsername​(String value)
        Sets the value of the username property.
        Parameters:
        value - allowed object is String