Class Answer

java.lang.Object
de.foellix.aql.datastructure.Answer
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WaitingAnswer

public class Answer extends Object implements 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="{}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 Details

  • Constructor Details

    • Answer

      public Answer()
  • Method Details

    • getPermissions

      public Permissions getPermissions()
      Gets the value of the permissions property.
      Returns:
      possible object is Permissions
    • setPermissions

      public void setPermissions(Permissions value)
      Sets the value of the permissions property.
      Parameters:
      value - allowed object is Permissions
    • getIntentsources

      public Intentsources getIntentsources()
      Gets the value of the intentsources property.
      Returns:
      possible object is Intentsources
    • setIntentsources

      public void setIntentsources(Intentsources value)
      Sets the value of the intentsources property.
      Parameters:
      value - allowed object is Intentsources
    • getIntentsinks

      public Intentsinks getIntentsinks()
      Gets the value of the intentsinks property.
      Returns:
      possible object is Intentsinks
    • setIntentsinks

      public void setIntentsinks(Intentsinks value)
      Sets the value of the intentsinks property.
      Parameters:
      value - allowed object is Intentsinks
    • getIntents

      public Intents getIntents()
      Gets the value of the intents property.
      Returns:
      possible object is Intents
    • setIntents

      public void setIntents(Intents value)
      Sets the value of the intents property.
      Parameters:
      value - allowed object is Intents
    • getIntentfilters

      public Intentfilters getIntentfilters()
      Gets the value of the intentfilters property.
      Returns:
      possible object is Intentfilters
    • setIntentfilters

      public void setIntentfilters(Intentfilters value)
      Sets the value of the intentfilters property.
      Parameters:
      value - allowed object is Intentfilters
    • getFlows

      public Flows getFlows()
      Gets the value of the flows property.
      Returns:
      possible object is Flows
    • setFlows

      public void setFlows(Flows value)
      Sets the value of the flows property.
      Parameters:
      value - allowed object is Flows
    • getSources

      public Sources getSources()
      Gets the value of the sources property.
      Returns:
      possible object is Sources
    • setSources

      public void setSources(Sources value)
      Sets the value of the sources property.
      Parameters:
      value - allowed object is Sources
    • getSinks

      public Sinks getSinks()
      Gets the value of the sinks property.
      Returns:
      possible object is Sinks
    • setSinks

      public void setSinks(Sinks value)
      Sets the value of the sinks property.
      Parameters:
      value - allowed object is Sinks