* <b>Definition:</b>
* The identifier that is used to identify this profile when it is referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI)
* </p>
*/
public Profile setIdentifier( String theString) {
myIdentifier = new StringDt(theString);
return this;
}