Class TContactPoint

Unit

Declaration

type TContactPoint = class(TElement)

Description

Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property system : string read Getsystem write Setsystem;
Public property systemElement : TContactPointSystem read GetsystemElement write SetsystemElement;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
Public property use : string read Getuse write Setuse;
Public property useElement : TContactPointUse read GetuseElement write SetuseElement;
Public property rank : Int64 read Getrank write Setrank;
Public property rankElement : TpositiveInt read GetrankElement write SetrankElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property system : string read Getsystem write Setsystem;

Telecommunications form for contact point - what communications system is required to make use of the contact.

Public property systemElement : TContactPointSystem read GetsystemElement write SetsystemElement;
 
Public property value : string read Getvalue write Setvalue;

The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 
Public property use : string read Getuse write Setuse;

Identifies the purpose for the contact point.

Public property useElement : TContactPointUse read GetuseElement write SetuseElement;
 
Public property rank : Int64 read Getrank write Setrank;

Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values.

Public property rankElement : TpositiveInt read GetrankElement write SetrankElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Time period when the contact point was/is in use.


Generated by PasDoc 0.15.0.