Class Sql.Validate.Script

java.lang.Object
org.citrusframework.sql.yaml.Sql.Validate.Script
Enclosing class:
Sql.Validate

public static class Sql.Validate.Script extends Object
  • Field Details

    • value

      protected String value
    • type

      protected String type
    • file

      protected String file
    • charset

      protected String charset
  • Constructor Details

    • Script

      public Script()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getType

      public String getType()
    • setType

      public void setType(String value)
    • getFile

      public String getFile()
    • setFile

      public void setFile(String value)
    • setCharset

      public void setCharset(String charset)
    • getCharset

      public String getCharset()