Package de.foellix.aql.datastructure
Class Intent
java.lang.Object
de.foellix.aql.datastructure.Intent
- 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="{}target"/>
<element ref="{}reference"/>
<element ref="{}attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the reference property.Gets the value of the target property.voidsetAttributes(Attributes value) Sets the value of the attributes property.voidsetReference(Reference value) Sets the value of the reference property.voidSets the value of the target property.
-
Field Details
-
target
-
reference
-
attributes
-
-
Constructor Details
-
Intent
public Intent()
-
-
Method Details
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
Target
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isTarget
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
Reference
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isReference
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributes
-