
public interface PartialResponseErrorType<T> extends Child<T>, JavaeePartialResponseErrorCommonType<T,PartialResponseErrorType<T>>
partial-response-errorType xsd type| Modifier and Type | Method and Description |
|---|---|
PartialResponseErrorType<T> |
errorMessage(String errorMessage)
Sets the
error-message element |
PartialResponseErrorType<T> |
errorName(String errorName)
Sets the
error-name element |
String |
getErrorMessage()
Returns the
error-message element |
String |
getErrorName()
Returns the
error-name element |
PartialResponseErrorType<T> |
removeErrorMessage()
Removes the
error-message element |
PartialResponseErrorType<T> |
removeErrorName()
Removes the
error-name element |
PartialResponseErrorType<T> errorName(String errorName)
error-name elementerrorName - the value for the element error-namePartialResponseErrorTypeString getErrorName()
error-name elementerror-namePartialResponseErrorType<T> removeErrorName()
error-name elementPartialResponseErrorTypePartialResponseErrorType<T> errorMessage(String errorMessage)
error-message elementerrorMessage - the value for the element error-messagePartialResponseErrorTypeString getErrorMessage()
error-message elementerror-messagePartialResponseErrorType<T> removeErrorMessage()
error-message elementPartialResponseErrorTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.