Class CreateIndex


  • public class CreateIndex
    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="indexName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="tableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="columns" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="definition" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="platforms" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getIndexName

        public String getIndexName()
        Gets the value of the indexName property.
        Returns:
        possible object is String
      • setIndexName

        public void setIndexName​(String value)
        Sets the value of the indexName property.
        Parameters:
        value - allowed object is String
      • getTableName

        public String getTableName()
        Gets the value of the tableName property.
        Returns:
        possible object is String
      • setTableName

        public void setTableName​(String value)
        Sets the value of the tableName property.
        Parameters:
        value - allowed object is String
      • getColumns

        public String getColumns()
        Gets the value of the columns property.
        Returns:
        possible object is String
      • setColumns

        public void setColumns​(String value)
        Sets the value of the columns property.
        Parameters:
        value - allowed object is String
      • isUnique

        public Boolean isUnique()
        Gets the value of the unique property.
        Returns:
        possible object is Boolean
      • setUnique

        public void setUnique​(Boolean value)
        Sets the value of the unique property.
        Parameters:
        value - allowed object is Boolean
      • setConcurrent

        public void setConcurrent​(Boolean value)
        Sets the value of the concurrent property.
        Parameters:
        value - allowed object is Boolean
      • getDefinition

        public String getDefinition()
        Gets the value of the definition property.
        Returns:
        possible object is String
      • setDefinition

        public void setDefinition​(String value)
        Sets the value of the definition property.
        Parameters:
        value - allowed object is String
      • getPlatforms

        public String getPlatforms()
        Gets the value of the platforms property.
        Returns:
        possible object is String
      • setPlatforms

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