Class Reference

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

public class Reference 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="{}statement" minOccurs="0"/>
         <element ref="{}method" minOccurs="0"/>
         <element ref="{}classname" minOccurs="0"/>
         <element ref="{}app"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • statement

      protected Statement statement
    • method

      protected String method
    • classname

      protected String classname
    • app

      protected App app
    • type

      protected String type
  • Constructor Details

    • Reference

      public Reference()
  • Method Details

    • getStatement

      public Statement getStatement()
      Gets the value of the statement property.
      Returns:
      possible object is Statement
    • setStatement

      public void setStatement(Statement value)
      Sets the value of the statement property.
      Parameters:
      value - allowed object is Statement
    • getMethod

      public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      public void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
    • getClassname

      public String getClassname()
      Gets the value of the classname property.
      Returns:
      possible object is String
    • setClassname

      public void setClassname(String value)
      Sets the value of the classname property.
      Parameters:
      value - allowed object is String
    • getApp

      public App getApp()
      Gets the value of the app property.
      Returns:
      possible object is App
    • setApp

      public void setApp(App value)
      Sets the value of the app property.
      Parameters:
      value - allowed object is App
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String