Class Target

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

public class Target 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="{}action" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}category" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}data" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}reference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Target

      public Target()
  • Method Details

    • getAction

      public List<String> getAction()
      Gets the value of the action property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the action property.

      For example, to add a new item, do as follows:

          getAction().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getCategory

      public List<String> getCategory()
      Gets the value of the category property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the category property.

      For example, to add a new item, do as follows:

          getCategory().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getData

      public List<Data> getData()
      Gets the value of the data property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the data property.

      For example, to add a new item, do as follows:

          getData().add(newItem);
       

      Objects of the following type(s) are allowed in the list Data

    • 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