Class XmlConstraintsConclusion

    • Constructor Detail

      • XmlConstraintsConclusion

        public XmlConstraintsConclusion()
    • Method Detail

      • getConstraint

        public List<XmlConstraint> getConstraint()
        Gets the value of the constraint 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 constraint property.

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

            getConstraint().add(newItem);
         

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

      • getConclusion

        public XmlConclusion getConclusion()
        Gets the value of the conclusion property.
        Returns:
        possible object is XmlConclusion
      • setConclusion

        public void setConclusion​(XmlConclusion value)
        Sets the value of the conclusion property.
        Parameters:
        value - allowed object is XmlConclusion
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String