Esempio n. 1
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ReportTimoutRec = new ReportTimoutRec();
                m_ReportTimoutRec.setParent(this);

                /// Copy the values
                m_ReportTimoutRec = value.getReportTimoutRec();
                m_ReportTimoutRec.setParent(this);
                /// This code is currently not supported
            }
Esempio n. 2
0
            public ReportTimeout.Body setBody(Body value)
            {
                m_ReportTimoutRec = value.getReportTimoutRec();
                m_ReportTimoutRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
Esempio n. 3
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ReportTimoutRec = new ReportTimoutRec();
                m_ReportTimoutRec.setParent(this);

                /// Copy the values
                m_ReportTimoutRec = value.getReportTimoutRec();
                m_ReportTimoutRec.setParent(this);
                /// This code is currently not supported
            }
Esempio n. 4
0
 public Body()
 {
     m_ReportTimoutRec = new ReportTimoutRec();
     m_ReportTimoutRec.setParent(this);
 }
Esempio n. 5
0
 public Body()
 {
     m_ReportTimoutRec = new ReportTimoutRec();
     m_ReportTimoutRec.setParent(this);
 }