Class Intentsource

java.lang.Object
de.foellix.aql.datastructure.Intentsource
All Implemented Interfaces:
Serializable

public class Intentsource 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="{}target"/>
         <element ref="{}reference"/>
         <element ref="{}attributes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Intentsource

      public Intentsource()
  • Method Details

    • getTarget

      public Target getTarget()
      Gets the value of the target property.
      Returns:
      possible object is Target
    • setTarget

      public void setTarget(Target value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is Target
    • getReference

      public Reference getReference()
      Gets the value of the reference property.
      Returns:
      possible object is Reference
    • setReference

      public void setReference(Reference value)
      Sets the value of the reference property.
      Parameters:
      value - allowed object is Reference
    • getAttributes

      public Attributes getAttributes()
      Gets the value of the attributes property.
      Returns:
      possible object is Attributes
    • setAttributes

      public void setAttributes(Attributes value)
      Sets the value of the attributes property.
      Parameters:
      value - allowed object is Attributes