/**
  * getGatewayId
  *
  * @return a {@link java.lang.String} object.
  */
 public String getGatewayId() {
   return m_msg.getGatewayId();
 }