public interface PartialResponseType<T> extends Child<T>
partial-responseType
xsd typeModifier 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
elementPartialResponseType
PartialResponseRedirectType<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
elementPartialResponseType
PartialResponseErrorType<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
elementPartialResponseType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.