Class TMessageDefinitionFocus

Unit

Declaration

type TMessageDefinitionFocus = class(TBackboneElement)

Description

Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property profile : string read Getprofile write Setprofile;
Public property profileElement : Tcanonical read GetprofileElement write SetprofileElement;
Public property min : Int64 read Getmin write Setmin;
Public property minElement : TunsignedInt read GetminElement write SetminElement;
Public property max : string read Getmax write Setmax;
Public property maxElement : Tstring read GetmaxElement write SetmaxElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

The kind of resource that must be the focus for this message.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property profile : string read Getprofile write Setprofile;

A profile that reflects constraints for the focal resource (and potentially for related resources).

Public property profileElement : Tcanonical read GetprofileElement write SetprofileElement;
 
Public property min : Int64 read Getmin write Setmin;

Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.

Public property minElement : TunsignedInt read GetminElement write SetminElement;
 
Public property max : string read Getmax write Setmax;

Identifies the maximum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.

Public property maxElement : Tstring read GetmaxElement write SetmaxElement;
 

Generated by PasDoc 0.15.0.