public class io.ebeaninternal.dbmigration.migration.Sql
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.dbmigration.migration.Sql
  super_class: java.lang.Object
{
  protected io.ebeaninternal.dbmigration.migration.Apply apply;
    descriptor: Lio/ebeaninternal/dbmigration/migration/Apply;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlElement(required = true)

  protected io.ebeaninternal.dbmigration.migration.Rollback rollback;
    descriptor: Lio/ebeaninternal/dbmigration/migration/Rollback;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlElement(required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.migration.Sql this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.dbmigration.migration.Sql this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/dbmigration/migration/Sql;

  public io.ebeaninternal.dbmigration.migration.Apply getApply();
    descriptor: ()Lio/ebeaninternal/dbmigration/migration/Apply;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.migration.Sql this
         0: .line 48
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.migration.Sql.apply:Lio/ebeaninternal/dbmigration/migration/Apply;
            areturn
        end local 0 // io.ebeaninternal.dbmigration.migration.Sql this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/dbmigration/migration/Sql;

  public void setApply(io.ebeaninternal.dbmigration.migration.Apply);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/Apply;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.migration.Sql this
        start local 1 // io.ebeaninternal.dbmigration.migration.Apply value
         0: .line 58
            aload 0 /* this */
            aload 1 /* value */
            putfield io.ebeaninternal.dbmigration.migration.Sql.apply:Lio/ebeaninternal/dbmigration/migration/Apply;
         1: .line 59
            return
        end local 1 // io.ebeaninternal.dbmigration.migration.Apply value
        end local 0 // io.ebeaninternal.dbmigration.migration.Sql this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/dbmigration/migration/Sql;
            0    2     1  value  Lio/ebeaninternal/dbmigration/migration/Apply;
    MethodParameters:
       Name  Flags
      value  

  public io.ebeaninternal.dbmigration.migration.Rollback getRollback();
    descriptor: ()Lio/ebeaninternal/dbmigration/migration/Rollback;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.dbmigration.migration.Sql this
         0: .line 68
            aload 0 /* this */
            getfield io.ebeaninternal.dbmigration.migration.Sql.rollback:Lio/ebeaninternal/dbmigration/migration/Rollback;
            areturn
        end local 0 // io.ebeaninternal.dbmigration.migration.Sql this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/dbmigration/migration/Sql;

  public void setRollback(io.ebeaninternal.dbmigration.migration.Rollback);
    descriptor: (Lio/ebeaninternal/dbmigration/migration/Rollback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.dbmigration.migration.Sql this
        start local 1 // io.ebeaninternal.dbmigration.migration.Rollback value
         0: .line 78
            aload 0 /* this */
            aload 1 /* value */
            putfield io.ebeaninternal.dbmigration.migration.Sql.rollback:Lio/ebeaninternal/dbmigration/migration/Rollback;
         1: .line 79
            return
        end local 1 // io.ebeaninternal.dbmigration.migration.Rollback value
        end local 0 // io.ebeaninternal.dbmigration.migration.Sql this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/dbmigration/migration/Sql;
            0    2     1  value  Lio/ebeaninternal/dbmigration/migration/Rollback;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "Sql.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAccessorType(value = javax.xml.bind.annotation.XmlAccessType.FIELD:Ljavax/xml/bind/annotation/XmlAccessType;)
      javax.xml.bind.annotation.XmlType(name = "", propOrder = {"apply", "rollback"})
      javax.xml.bind.annotation.XmlRootElement(name = "sql")