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