TelProperty
This class represents the "TEL" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
TelPropertyareValueParameter,MediatypeParameter,TypeParameter,PIDParameter,PrefParameter,IndexParameter,AltidParameterandAnyParameterThe
MediatypeParametermay only be used if the value is of typeURITypeIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
TelPropertyshould be of typeURITypeorTextType
new TelProperty([], new URIType("tel:+33-01-23-45-67"));