/**
  * Set the value of the <code>location</code> attribute from device <code>PhysicalDevice</code>.
  *
  * <pre>
  * attribute location as String;
  * </pre>
  *
  * @param newLocationValue the new value of <code>location</code>
  * @return this for fluent interface
  */
 public HeatingMeterMock location(java.lang.String newLocationValue) {
   proxy._updateLocation(newLocationValue);
   return this;
 }