예제 #1
0
            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
            }
예제 #2
0
            public ReportControl.Body setBody(Body value)
            {
                m_ReportControlRec = value.getReportControlRec();
                m_ReportControlRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
예제 #3
0
            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
            }
예제 #4
0
 public Body()
 {
     m_ReportControlRec = new ReportControlRec();
     m_ReportControlRec.setParent(this);
 }
예제 #5
0
 public Body()
 {
     m_ReportControlRec = new ReportControlRec();
     m_ReportControlRec.setParent(this);
 }