Package de.foellix.aql.datastructure
Class Reference
java.lang.Object
de.foellix.aql.datastructure.Reference
- 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="{}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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApp()Gets the value of the app property.Gets the value of the classname property.Gets the value of the method property.Gets the value of the statement property.getType()Gets the value of the type property.voidSets the value of the app property.voidsetClassname(String value) Sets the value of the classname property.voidSets the value of the method property.voidsetStatement(Statement value) Sets the value of the statement property.voidSets the value of the type property.
-
Field Details
-
statement
-
method
-
classname
-
app
-
type
-
-
Constructor Details
-
Reference
public Reference()
-
-
Method Details
-
getStatement
Gets the value of the statement property.- Returns:
- possible object is
Statement
-
setStatement
Sets the value of the statement property.- Parameters:
value- allowed object isStatement
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value- allowed object isString
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getApp
Gets the value of the app property.- Returns:
- possible object is
App
-
setApp
Sets the value of the app property.- Parameters:
value- allowed object isApp
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-