Class TMessageHeaderResponse

Unit

Declaration

type TMessageHeaderResponse = class(TBackboneElement)

Description

The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : string read Getidentifier write Setidentifier;
Public property identifierElement : Tid read GetidentifierElement write SetidentifierElement;
Public property code : string read Getcode write Setcode;
Public property codeElement : TResponseType read GetcodeElement write SetcodeElement;
Public property details : TReference read Getdetails write Setdetails;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : string read Getidentifier write Setidentifier;

The MessageHeader.id of the message to which this message is a response.

Public property identifierElement : Tid read GetidentifierElement write SetidentifierElement;
 
Public property code : string read Getcode write Setcode;

Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not.

Public property codeElement : TResponseType read GetcodeElement write SetcodeElement;
 
Public property details : TReference read Getdetails write Setdetails;

Full details of any issues found in the message.


Generated by PasDoc 0.15.0.