Package org.proforma

Class 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.
    • Constructor Detail

      • NullifyConditions

        public NullifyConditions()
    • Method Detail

      • 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