SourceProperty
This class represents the "SOURCE" 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
SourceProperty
areValueParameter
,PIDParameter
,PrefParameter
,IndexParameter
,AltidParameter
,MediatypeParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
SourceProperty
should be of typeURIType
new SourceProperty(
[],
new URIType("ldap://ldap.example.com/cn=Babs%20Jensen,%20o=Babsco,%20c=US"),
);