/* * @param value * * This code is not currently supported. */ public void setAs(Body value) { m_ReceiveRec.setAs(value.getReceiveRec()); }
/* * Set the receive record to the given value. */ public void setReceiveRec(ReceiveRec value) { m_ReceiveRec.setAs(value); }