Package de.foellix.aql.datastructure
Class Answer
java.lang.Object
de.foellix.aql.datastructure.Answer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WaitingAnswer
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="{}permissions"/>
<element ref="{}intentsources"/>
<element ref="{}intentsinks"/>
<element ref="{}intents"/>
<element ref="{}intentfilters"/>
<element ref="{}flows"/>
<element ref="{}sources"/>
<element ref="{}sinks"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Flowsprotected Intentfiltersprotected Intentsprotected Intentsinksprotected Intentsourcesprotected Permissionsprotected Sinksprotected Sources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlows()Gets the value of the flows property.Gets the value of the intentfilters property.Gets the value of the intents property.Gets the value of the intentsinks property.Gets the value of the intentsources property.Gets the value of the permissions property.getSinks()Gets the value of the sinks property.Gets the value of the sources property.voidSets the value of the flows property.voidsetIntentfilters(Intentfilters value) Sets the value of the intentfilters property.voidsetIntents(Intents value) Sets the value of the intents property.voidsetIntentsinks(Intentsinks value) Sets the value of the intentsinks property.voidsetIntentsources(Intentsources value) Sets the value of the intentsources property.voidsetPermissions(Permissions value) Sets the value of the permissions property.voidSets the value of the sinks property.voidsetSources(Sources value) Sets the value of the sources property.
-
Field Details
-
permissions
-
intentsources
-
intentsinks
-
intents
-
intentfilters
-
flows
-
sources
-
sinks
-
-
Constructor Details
-
Answer
public Answer()
-
-
Method Details
-
getPermissions
Gets the value of the permissions property.- Returns:
- possible object is
Permissions
-
setPermissions
Sets the value of the permissions property.- Parameters:
value- allowed object isPermissions
-
getIntentsources
Gets the value of the intentsources property.- Returns:
- possible object is
Intentsources
-
setIntentsources
Sets the value of the intentsources property.- Parameters:
value- allowed object isIntentsources
-
getIntentsinks
Gets the value of the intentsinks property.- Returns:
- possible object is
Intentsinks
-
setIntentsinks
Sets the value of the intentsinks property.- Parameters:
value- allowed object isIntentsinks
-
getIntents
Gets the value of the intents property.- Returns:
- possible object is
Intents
-
setIntents
Sets the value of the intents property.- Parameters:
value- allowed object isIntents
-
getIntentfilters
Gets the value of the intentfilters property.- Returns:
- possible object is
Intentfilters
-
setIntentfilters
Sets the value of the intentfilters property.- Parameters:
value- allowed object isIntentfilters
-
getFlows
Gets the value of the flows property.- Returns:
- possible object is
Flows
-
setFlows
Sets the value of the flows property.- Parameters:
value- allowed object isFlows
-
getSources
Gets the value of the sources property.- Returns:
- possible object is
Sources
-
setSources
Sets the value of the sources property.- Parameters:
value- allowed object isSources
-
getSinks
Gets the value of the sinks property.- Returns:
- possible object is
Sinks
-
setSinks
Sets the value of the sinks property.- Parameters:
value- allowed object isSinks
-