* <b>Definition:</b>
* A list of profiles supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of recourses, conformant to a particular profile, and allows its clients to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile.
* </p>
*/
public ResourceReferenceDt addProfile() {
ResourceReferenceDt newType = new ResourceReferenceDt();
getProfile().add(newType);
return newType;
}