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>
ValueType.Component, ValueType.ExtensionElements, ValueType.List| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
component, extensionElements, list, value| Constructor and Description |
|---|
InputNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
TestCases.TestCase.InputNode |
withComponent(Collection<ValueType.Component> values) |
TestCases.TestCase.InputNode |
withComponent(ValueType.Component... values) |
TestCases.TestCase.InputNode |
withExtensionElements(ValueType.ExtensionElements value) |
TestCases.TestCase.InputNode |
withList(JAXBElement<ValueType.List> value) |
TestCases.TestCase.InputNode |
withName(String value) |
TestCases.TestCase.InputNode |
withValue(JAXBElement<Object> value) |
getComponent, getExtensionElements, getList, getOtherAttributes, getValue, setExtensionElements, setList, setValueprotected String name
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic TestCases.TestCase.InputNode withName(String value)
public TestCases.TestCase.InputNode withValue(JAXBElement<Object> value)
public TestCases.TestCase.InputNode withComponent(ValueType.Component... values)
withComponent in class ValueTypepublic TestCases.TestCase.InputNode withComponent(Collection<ValueType.Component> values)
withComponent in class ValueTypepublic TestCases.TestCase.InputNode withList(JAXBElement<ValueType.List> value)
public TestCases.TestCase.InputNode withExtensionElements(ValueType.ExtensionElements value)
withExtensionElements in class ValueTypeCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.