示例#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);
 }
            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
            }
            public CreateCommandEvent.Body setBody(Body value)
            {
                m_CreateEventRec = value.getCreateEventRec();
                m_CreateEventRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
 public Body()
 {
     m_CreateEventRec = new CreateEventRec();
     m_CreateEventRec.setParent(this);
 }