public class Fail extends Object implements TransitionElement
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://xmlns.jcp.org/xml/ns/javaee}TerminatingAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
exitStatus |
protected String |
on |
| Constructor and Description |
|---|
Fail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExitStatus()
Gets the value of the exitStatus property.
|
String |
getOn()
Gets the value of the on property.
|
void |
setExitStatus(String value)
Sets the value of the exitStatus property.
|
void |
setOn(String value)
Sets the value of the on property.
|
public String getOn()
getOn in interface TransitionElementStringpublic void setOn(String value)
setOn in interface TransitionElementvalue - allowed object is
Stringpublic String getExitStatus()
StringCopyright © 2022 The Apache Software Foundation. All rights reserved.