* A specification of the profile that describes the solution's support for the resource, including any constraints on cardinality, bindings, lengths or other limitations
* </p>
*/
public ResourceReferenceDt getProfile() {
if (myProfile == null) {
myProfile = new ResourceReferenceDt();
}
return myProfile;
}