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

                /// Copy the values
                m_ReportAuthorityRec = value.getReportAuthorityRec();
                m_ReportAuthorityRec.setParent(this);
                /// This code is currently not supported
            }
 public Body()
 {
     m_ReportAuthorityRec = new ReportAuthorityRec();
     m_ReportAuthorityRec.setParent(this);
 }
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ReportAuthorityRec = new ReportAuthorityRec();
                m_ReportAuthorityRec.setParent(this);

                /// Copy the values
                m_ReportAuthorityRec = value.getReportAuthorityRec();
                m_ReportAuthorityRec.setParent(this);
                /// This code is currently not supported
            }
            public ReportAuthority.Body setBody(Body value)
            {
                m_ReportAuthorityRec = value.getReportAuthorityRec();
                m_ReportAuthorityRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
 public Body()
 {
     m_ReportAuthorityRec = new ReportAuthorityRec();
     m_ReportAuthorityRec.setParent(this);
 }