Class App

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

public class App 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="{}file"/>
         <element ref="{}hashes"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • file

      protected String file
    • hashes

      protected Hashes hashes
  • Constructor Details

    • App

      public App()
  • Method Details

    • getFile

      public String getFile()
      Gets the value of the file property.
      Returns:
      possible object is String
    • setFile

      public void setFile(String value)
      Sets the value of the file property.
      Parameters:
      value - allowed object is String
    • getHashes

      public Hashes getHashes()
      Gets the value of the hashes property.
      Returns:
      possible object is Hashes
    • setHashes

      public void setHashes(Hashes value)
      Sets the value of the hashes property.
      Parameters:
      value - allowed object is Hashes