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
TelProperty
areValueParameter
,MediatypeParameter
,TypeParameter
,PIDParameter
,PrefParameter
,IndexParameter
,AltidParameter
andAnyParameter
The
MediatypeParameter
may only be used if the value is of typeURIType
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
TelProperty
should be of typeURIType
orTextType
new TelProperty([], new URIType("tel:+33-01-23-45-67"));