Class DropColumn


  • public class DropColumn
    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="columnName" 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="withHistory" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getColumnName

        public String getColumnName()
        Gets the value of the columnName property.
        Returns:
        possible object is String
      • setColumnName

        public void setColumnName​(String value)
        Sets the value of the columnName 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
      • setWithHistory

        public void setWithHistory​(Boolean value)
        Sets the value of the withHistory property.
        Parameters:
        value - allowed object is Boolean