public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ReportControlRec = new ReportControlRec();
                m_ReportControlRec.setParent(this);

                /// Copy the values
                m_ReportControlRec = value.getReportControlRec();
                m_ReportControlRec.setParent(this);
                /// This code is currently not supported
            }
            public ReportControl.Body setBody(Body value)
            {
                m_ReportControlRec = value.getReportControlRec();
                m_ReportControlRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ReportControlRec = new ReportControlRec();
                m_ReportControlRec.setParent(this);

                /// Copy the values
                m_ReportControlRec = value.getReportControlRec();
                m_ReportControlRec.setParent(this);
                /// This code is currently not supported
            }
 public Body()
 {
     m_ReportControlRec = new ReportControlRec();
     m_ReportControlRec.setParent(this);
 }
 public Body()
 {
     m_ReportControlRec = new ReportControlRec();
     m_ReportControlRec.setParent(this);
 }