Class TestCases.TestCase.ResultNode

java.lang.Object
org.kie.dmn.validation.dtanalysis.mcdc.dmntck.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>
 
  • Field Details

  • Constructor Details

    • ResultNode

      public ResultNode()
  • Method Details

    • 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
    • withComputed

      public TestCases.TestCase.ResultNode withComputed(ValueType value)
    • withExpected

      public TestCases.TestCase.ResultNode withExpected(ValueType value)
    • withErrorResult

      public TestCases.TestCase.ResultNode withErrorResult(Boolean value)
    • withName

      public TestCases.TestCase.ResultNode withName(String value)
    • withType

      public TestCases.TestCase.ResultNode withType(String value)
    • withCast

      public TestCases.TestCase.ResultNode withCast(String value)