public Body(Body value) { /// Initiliaze the protected variables m_ReportStatusRec = new ReportStatusRec(); m_ReportStatusRec.setParent(this); /// Copy the values m_ReportStatusRec = value.getReportStatusRec(); m_ReportStatusRec.setParent(this); /// This code is currently not supported }
public Body() { m_ReportStatusRec = new ReportStatusRec(); m_ReportStatusRec.setParent(this); }
public ReportStatus.Body setBody(Body value) { m_ReportStatusRec = value.getReportStatusRec(); m_ReportStatusRec.setParent(this); /// This code is currently not supported return this; }