Class AlterForeignKey


  • public class AlterForeignKey
    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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="columnNames" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="refColumnNames" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="refTableName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="indexName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="tableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="onDelete" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="onUpdate" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Detail

      • 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
      • setColumnNames

        public void setColumnNames​(String value)
        Sets the value of the columnNames property.
        Parameters:
        value - allowed object is String
      • setRefColumnNames

        public void setRefColumnNames​(String value)
        Sets the value of the refColumnNames property.
        Parameters:
        value - allowed object is String
      • setRefTableName

        public void setRefTableName​(String value)
        Sets the value of the refTableName property.
        Parameters:
        value - allowed object is String
      • 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
      • getOnDelete

        public String getOnDelete()
        Gets the value of the onDelete property.
        Returns:
        possible object is String
      • setOnDelete

        public void setOnDelete​(String value)
        Sets the value of the onDelete property.
        Parameters:
        value - allowed object is String
      • getOnUpdate

        public String getOnUpdate()
        Gets the value of the onUpdate property.
        Returns:
        possible object is String
      • setOnUpdate

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