Class Statement

java.lang.Object
de.foellix.aql.datastructure.Statement
All Implemented Interfaces:
Serializable

public class Statement extends Object implements Serializable

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">
       <sequence>
         <element ref="{}statementfull"/>
         <element ref="{}statementgeneric"/>
         <element ref="{}linenumber" minOccurs="0"/>
         <element ref="{}parameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • statementfull

      protected String statementfull
    • statementgeneric

      protected String statementgeneric
    • linenumber

      protected Integer linenumber
    • parameters

      protected Parameters parameters
  • Constructor Details

    • Statement

      public Statement()
  • Method Details

    • getStatementfull

      public String getStatementfull()
      Gets the value of the statementfull property.
      Returns:
      possible object is String
    • setStatementfull

      public void setStatementfull(String value)
      Sets the value of the statementfull property.
      Parameters:
      value - allowed object is String
    • getStatementgeneric

      public String getStatementgeneric()
      Gets the value of the statementgeneric property.
      Returns:
      possible object is String
    • setStatementgeneric

      public void setStatementgeneric(String value)
      Sets the value of the statementgeneric property.
      Parameters:
      value - allowed object is String
    • getLinenumber

      public Integer getLinenumber()
      Gets the value of the linenumber property.
      Returns:
      possible object is Integer
    • setLinenumber

      public void setLinenumber(Integer value)
      Sets the value of the linenumber property.
      Parameters:
      value - allowed object is Integer
    • getParameters

      public Parameters getParameters()
      Gets the value of the parameters property.
      Returns:
      possible object is Parameters
    • setParameters

      public void setParameters(Parameters value)
      Sets the value of the parameters property.
      Parameters:
      value - allowed object is Parameters