Class TTransportRestriction

Unit

Declaration

type TTransportRestriction = class(TBackboneElement)

Description

Record of transport of item.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property repetitions : Int64 read Getrepetitions write Setrepetitions;
Public property repetitionsElement : TpositiveInt read GetrepetitionsElement write SetrepetitionsElement;
Public property period : TPeriod read Getperiod write Setperiod;
Public property recipient : TReferenceArray read GetrecipientArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property repetitions : Int64 read Getrepetitions write Setrepetitions;

Indicates the number of times the requested action should occur.

Public property repetitionsElement : TpositiveInt read GetrepetitionsElement write SetrepetitionsElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Over what time-period is fulfillment sought.

Public property recipient : TReferenceArray read GetrecipientArray;

For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for.


Generated by PasDoc 0.15.0.