static MessageHeader.Response.Builder |
MessageHeader.Response.builder() |
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.code(ResponseType code) |
Code that identifies the type of response to the message - whether it was successful or not, and whether it should be
resent or not.
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.details(Reference details) |
Full details of any issues found in the message.
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected MessageHeader.Response.Builder |
MessageHeader.Response.Builder.from(MessageHeader.Response response) |
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.identifier(Id identifier) |
The MessageHeader.id of the message to which this message is a response.
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
MessageHeader.Response.Builder |
MessageHeader.Response.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
MessageHeader.Response.Builder |
MessageHeader.Response.toBuilder() |
|