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