public Body(Body value) { /// Initiliaze the protected variables m_ConfirmControlRec = new ConfirmControlRec(); m_ConfirmControlRec.setParent(this); /// Copy the values m_ConfirmControlRec = value.getConfirmControlRec(); m_ConfirmControlRec.setParent(this); /// This code is currently not supported }
public ConfirmControl.Body setBody(Body value) { m_ConfirmControlRec = value.getConfirmControlRec(); m_ConfirmControlRec.setParent(this); /// This code is currently not supported return this; }
public Body() { m_ConfirmControlRec = new ConfirmControlRec(); m_ConfirmControlRec.setParent(this); }