Package de.foellix.aql.datastructure
Class App
java.lang.Object
de.foellix.aql.datastructure.App
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
-
hashes
-
-
Constructor Details
-
App
public App()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isString
-
getHashes
Gets the value of the hashes property.- Returns:
- possible object is
Hashes
-
setHashes
Sets the value of the hashes property.- Parameters:
value- allowed object isHashes
-