public static class ValueType.Component 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" 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 |
|---|
Component() |
| 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.
|
ValueType.Component |
withComponent(Collection<ValueType.Component> values) |
ValueType.Component |
withComponent(ValueType.Component... values) |
ValueType.Component |
withExtensionElements(ValueType.ExtensionElements value) |
ValueType.Component |
withList(JAXBElement<ValueType.List> value) |
ValueType.Component |
withName(String value) |
ValueType.Component |
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 ValueType.Component withName(String value)
public ValueType.Component withValue(JAXBElement<Object> value)
public ValueType.Component withComponent(ValueType.Component... values)
withComponent in class ValueTypepublic ValueType.Component withComponent(Collection<ValueType.Component> values)
withComponent in class ValueTypepublic ValueType.Component withList(JAXBElement<ValueType.List> value)
public ValueType.Component withExtensionElements(ValueType.ExtensionElements value)
withExtensionElements in class ValueTypeCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.