Class DropIndex


  • public class DropIndex
    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="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <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
      • setConcurrent

        public void setConcurrent​(Boolean value)
        Sets the value of the concurrent property.
        Parameters:
        value - allowed object is Boolean
      • 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