/**
  * Sets the identifier from a URI string.<br>
  * <br>
  * Note that when used with HTTP connectors, this property maps to the "Content-Location" header.
  *
  * @param locationUri The location URI to parse.
  */
 public void setLocationRef(String locationUri) {
   setLocationRef(new Reference(locationUri));
 }