public interface PartialResponseType<T> extends Child<T>
partial-responseType xsd type| Modifier and Type | Method and Description |
|---|---|
PartialResponseChangesType<PartialResponseType<T>> |
getOrCreateChanges()
If not already created, a new
changes element with the given value will be created. |
PartialResponseErrorType<PartialResponseType<T>> |
getOrCreateError()
If not already created, a new
error element with the given value will be created. |
PartialResponseRedirectType<PartialResponseType<T>> |
getOrCreateRedirect()
If not already created, a new
redirect element with the given value will be created. |
PartialResponseType<T> |
removeChanges()
Removes the
changes element |
PartialResponseType<T> |
removeError()
Removes the
error element |
PartialResponseType<T> |
removeRedirect()
Removes the
redirect element |
PartialResponseChangesType<PartialResponseType<T>> getOrCreateChanges()
changes element with the given value will be created.
Otherwise, the existing changes element will be returned.PartialResponseChangesType> PartialResponseType<T> removeChanges()
changes elementPartialResponseTypePartialResponseRedirectType<PartialResponseType<T>> getOrCreateRedirect()
redirect element with the given value will be created.
Otherwise, the existing redirect element will be returned.PartialResponseRedirectType> PartialResponseType<T> removeRedirect()
redirect elementPartialResponseTypePartialResponseErrorType<PartialResponseType<T>> getOrCreateError()
error element with the given value will be created.
Otherwise, the existing error element will be returned.PartialResponseErrorType> PartialResponseType<T> removeError()
error elementPartialResponseTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.