Package de.foellix.aql.datastructure
Class Statement
java.lang.Object
de.foellix.aql.datastructure.Statement
- 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="{}statementfull"/>
<element ref="{}statementgeneric"/>
<element ref="{}linenumber" minOccurs="0"/>
<element ref="{}parameters" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Parametersprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the linenumber property.Gets the value of the parameters property.Gets the value of the statementfull property.Gets the value of the statementgeneric property.voidsetLinenumber(Integer value) Sets the value of the linenumber property.voidsetParameters(Parameters value) Sets the value of the parameters property.voidsetStatementfull(String value) Sets the value of the statementfull property.voidsetStatementgeneric(String value) Sets the value of the statementgeneric property.
-
Field Details
-
statementfull
-
statementgeneric
-
linenumber
-
parameters
-
-
Constructor Details
-
Statement
public Statement()
-
-
Method Details
-
getStatementfull
Gets the value of the statementfull property.- Returns:
- possible object is
String
-
setStatementfull
Sets the value of the statementfull property.- Parameters:
value- allowed object isString
-
getStatementgeneric
Gets the value of the statementgeneric property.- Returns:
- possible object is
String
-
setStatementgeneric
Sets the value of the statementgeneric property.- Parameters:
value- allowed object isString
-
getLinenumber
Gets the value of the linenumber property.- Returns:
- possible object is
Integer
-
setLinenumber
Sets the value of the linenumber property.- Parameters:
value- allowed object isInteger
-
getParameters
Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
Sets the value of the parameters property.- Parameters:
value- allowed object isParameters
-