Exemple #1
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_AuthorityRec = new authorityRec();
                m_AuthorityRec.setParent(this);

                /// Copy the values
                m_AuthorityRec = value.getAuthorityRec();
                m_AuthorityRec.setParent(this);
                /// This code is currently not supported
            }
Exemple #2
0
            public SetAuthority.Body setBody(Body value)
            {
                m_AuthorityRec = value.getAuthorityRec();
                m_AuthorityRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
Exemple #3
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_AuthorityRec = new authorityRec();
                m_AuthorityRec.setParent(this);

                /// Copy the values
                m_AuthorityRec = value.getAuthorityRec();
                m_AuthorityRec.setParent(this);
                /// This code is currently not supported
            }
Exemple #4
0
 public Body()
 {
     m_AuthorityRec = new authorityRec();
     m_AuthorityRec.setParent(this);
 }
Exemple #5
0
 public Body()
 {
     m_AuthorityRec = new authorityRec();
     m_AuthorityRec.setParent(this);
 }