Class ValueType.Component
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType
-
- org.kie.dmn.validation.dtanalysis.mcdc.dmntck.ValueType.Component
-
- Enclosing class:
- ValueType
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>
-
-
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 Component()
-
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.ValueType.ComponentwithComponent(Collection<ValueType.Component> values)ValueType.ComponentwithComponent(ValueType.Component... values)ValueType.ComponentwithExtensionElements(ValueType.ExtensionElements value)ValueType.ComponentwithList(JAXBElement<ValueType.List> value)ValueType.ComponentwithName(String value)ValueType.ComponentwithValue(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 ValueType.Component withName(String value)
-
withValue
public ValueType.Component withValue(JAXBElement<Object> value)
-
withComponent
public ValueType.Component withComponent(ValueType.Component... values)
- Overrides:
withComponentin classValueType
-
withComponent
public ValueType.Component withComponent(Collection<ValueType.Component> values)
- Overrides:
withComponentin classValueType
-
withList
public ValueType.Component withList(JAXBElement<ValueType.List> value)
-
withExtensionElements
public ValueType.Component withExtensionElements(ValueType.ExtensionElements value)
- Overrides:
withExtensionElementsin classValueType
-
-