Class TestCases.TestCase.ResultNode

  • Enclosing class:
    TestCases.TestCase

    public static class TestCases.TestCase.ResultNode
    extends Object

    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 name="computed" type="{http://www.omg.org/spec/DMN/20160719/testcase}valueType" minOccurs="0"/>
             <element name="expected" type="{http://www.omg.org/spec/DMN/20160719/testcase}valueType" minOccurs="0"/>
           </sequence>
           <attribute name="errorResult" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="cast" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResultNode

        public ResultNode()
    • Method Detail

      • getComputed

        public ValueType getComputed()
        Gets the value of the computed property.
        Returns:
        possible object is ValueType
      • setComputed

        public void setComputed​(ValueType value)
        Sets the value of the computed property.
        Parameters:
        value - allowed object is ValueType
      • getExpected

        public ValueType getExpected()
        Gets the value of the expected property.
        Returns:
        possible object is ValueType
      • setExpected

        public void setExpected​(ValueType value)
        Sets the value of the expected property.
        Parameters:
        value - allowed object is ValueType
      • isErrorResult

        public boolean isErrorResult()
        Gets the value of the errorResult property.
        Returns:
        possible object is Boolean
      • setErrorResult

        public void setErrorResult​(Boolean value)
        Sets the value of the errorResult property.
        Parameters:
        value - allowed object is Boolean
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getCast

        public String getCast()
        Gets the value of the cast property.
        Returns:
        possible object is String
      • setCast

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