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
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 -
Field Summary
FieldsFields inherited from class org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
component, extensionElements, list, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.voidSets the value of the name property.withComponent(Collection<ValueType.Component> values) withComponent(ValueType.Component... values) withList(jakarta.xml.bind.JAXBElement<ValueType.List> value) Methods inherited from class org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
getComponent, getExtensionElements, getList, getOtherAttributes, getValue, setExtensionElements, setList, setValue
-
Field Details
-
name
-
-
Constructor Details
-
InputNode
public InputNode()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
withName
-
withValue
-
withComponent
- Overrides:
withComponentin classValueType
-
withComponent
- Overrides:
withComponentin classValueType
-
withList
-
withExtensionElements
- Overrides:
withExtensionElementsin classValueType
-