public interface Fail<T> extends Child<T>, JslFailCommType<T,Fail<T>>
Fail
xsd typeModifier 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 on
Fail
String getOn()
on
attributeon
Fail<T> exitStatus(String exitStatus)
exit-status
attributeexitStatus
- the value for the attribute exit-status
Fail
String getExitStatus()
exit-status
attributeexit-status
Copyright © 2016 JBoss by Red Hat. All rights reserved.