Example #1
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_QueryIdentificationRec = new QueryIdentificationRec();
                m_QueryIdentificationRec.setParent(this);

                /// Copy the values
                m_QueryIdentificationRec = value.getQueryIdentificationRec();
                m_QueryIdentificationRec.setParent(this);
                /// This code is currently not supported
            }
Example #2
0
 public Body()
 {
     m_QueryIdentificationRec = new QueryIdentificationRec();
     m_QueryIdentificationRec.setParent(this);
 }