
public interface Fail<T> extends Child<T>, JslFailCommType<T,Fail<T>>
Fail xsd type| Modifier and Type | Method and Description |
|---|---|
Fail<T> |
exitStatus(String exitStatus)
Sets the
exit-status attribute |
String |
getExitStatus()
Returns the
exit-status attribute |
String |
getOn()
Returns the
on attribute |
Fail<T> |
on(String on)
Sets the
on attribute |
Fail<T> |
removeExitStatus()
Removes the
exit-status attribute |
Fail<T> |
removeOn()
Removes the
on attribute |
Fail<T> on(String on)
on attributeon - the value for the attribute onFailString getOn()
on attributeonFail<T> exitStatus(String exitStatus)
exit-status attributeexitStatus - the value for the attribute exit-statusFailString getExitStatus()
exit-status attributeexit-statusCopyright © 2021 JBoss by Red Hat. All rights reserved.