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