Package org.proforma

Class NullifyConditions

java.lang.Object
org.proforma.NullifyBase
org.proforma.NullifyConditions

public class NullifyConditions extends NullifyBase
Specifies a composite condition when the sub result of a pointed-at node should get nullified. The composite condition is attributed with one of the boolean operators { and, or }. Further it contains operands that usually are of the nullify-condition type, which represents a simple comparison. Nevertheless a composite condition can have nested composite conditions as operands as well.
  • Field Details

  • Constructor Details

    • NullifyConditions

      public NullifyConditions()
  • Method Details

    • getChildren

      public List<NullifyBase> getChildren()
      Gets the value of the children 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 children property.

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

          getChildren().add(newItem);
       

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

    • getComposeOp

      public String getComposeOp()
      Ruft den Wert der composeOp-Eigenschaft ab.
      Returns:
      possible object is String
    • setComposeOp

      public void setComposeOp(String value)
      Legt den Wert der composeOp-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • collectReferences

      public Set<ChildRef.ChildRefRef> collectReferences()
      Specified by:
      collectReferences in class NullifyBase