Class TestCases.TestCase.InputNode
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
-
- org.kie.dmn.validation.dtanalysis.mcdc.dmntck.TestCases.TestCase.InputNode
-
- Enclosing class:
- TestCases.TestCase
public static class TestCases.TestCase.InputNode extends ValueType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.omg.org/spec/DMN/20160719/testcase}valueType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
ValueType.Component, ValueType.ExtensionElements, ValueType.List
-
-
Constructor Summary
Constructors Constructor Description InputNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name property.TestCases.TestCase.InputNodewithComponent(Collection<ValueType.Component> values)TestCases.TestCase.InputNodewithComponent(ValueType.Component... values)TestCases.TestCase.InputNodewithExtensionElements(ValueType.ExtensionElements value)TestCases.TestCase.InputNodewithList(JAXBElement<ValueType.List> value)TestCases.TestCase.InputNodewithName(String value)TestCases.TestCase.InputNodewithValue(JAXBElement<Object> value)-
Methods inherited from class org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
getComponent, getExtensionElements, getList, getOtherAttributes, getValue, setExtensionElements, setList, setValue
-
-
-
-
Field Detail
-
name
protected String name
-
-
Method Detail
-
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 isString
-
withName
public TestCases.TestCase.InputNode withName(String value)
-
withValue
public TestCases.TestCase.InputNode withValue(JAXBElement<Object> value)
-
withComponent
public TestCases.TestCase.InputNode withComponent(ValueType.Component... values)
- Overrides:
withComponentin classValueType
-
withComponent
public TestCases.TestCase.InputNode withComponent(Collection<ValueType.Component> values)
- Overrides:
withComponentin classValueType
-
withList
public TestCases.TestCase.InputNode withList(JAXBElement<ValueType.List> value)
-
withExtensionElements
public TestCases.TestCase.InputNode withExtensionElements(ValueType.ExtensionElements value)
- Overrides:
withExtensionElementsin classValueType
-
-