Exemplo n.º 1
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_UpdateEventRec = new UpdateEventRec();
                m_UpdateEventRec.setParent(this);

                /// Copy the values
                m_UpdateEventRec = value.getUpdateEventRec();
                m_UpdateEventRec.setParent(this);
                /// This code is currently not supported
            }
Exemplo n.º 2
0
 public Body()
 {
     m_UpdateEventRec = new UpdateEventRec();
     m_UpdateEventRec.setParent(this);
 }
Exemplo n.º 3
0
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_UpdateEventRec = new UpdateEventRec();
                m_UpdateEventRec.setParent(this);

                /// Copy the values
                m_UpdateEventRec = value.getUpdateEventRec();
                m_UpdateEventRec.setParent(this);
                /// This code is currently not supported
            }
Exemplo n.º 4
0
            public UpdateEvent.Body setBody(Body value)
            {
                m_UpdateEventRec = value.getUpdateEventRec();
                m_UpdateEventRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
Exemplo n.º 5
0
 public Body()
 {
     m_UpdateEventRec = new UpdateEventRec();
     m_UpdateEventRec.setParent(this);
 }