Пример #1
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_CreateEventRec = new CreateEventRec();
                m_CreateEventRec.setParent(this);

                /// Copy the values
                m_CreateEventRec = value.getCreateEventRec();
                m_CreateEventRec.setParent(this);
                /// This code is currently not supported
            }
Пример #2
0
 public Body()
 {
     m_CreateEventRec = new CreateEventRec();
     m_CreateEventRec.setParent(this);
 }
Пример #3
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_CreateEventRec = new CreateEventRec();
                m_CreateEventRec.setParent(this);

                /// Copy the values
                m_CreateEventRec = value.getCreateEventRec();
                m_CreateEventRec.setParent(this);
                /// This code is currently not supported
            }
Пример #4
0
            public CreateCommandEvent.Body setBody(Body value)
            {
                m_CreateEventRec = value.getCreateEventRec();
                m_CreateEventRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
Пример #5
0
 public Body()
 {
     m_CreateEventRec = new CreateEventRec();
     m_CreateEventRec.setParent(this);
 }