public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ConfirmEventRequestRec = new ConfirmEventRequestRec();
                m_ConfirmEventRequestRec.setParent(this);

                /// Copy the values
                m_ConfirmEventRequestRec = value.getConfirmEventRequestRec();
                m_ConfirmEventRequestRec.setParent(this);
                /// This code is currently not supported
            }
            public ConfirmEventRequest.Body setBody(Body value)
            {
                m_ConfirmEventRequestRec = value.getConfirmEventRequestRec();
                m_ConfirmEventRequestRec.setParent(this);
                /// This code is currently not supported

                return this;
            }
            public Body(Body value)
            {
                /// Initiliaze the protected variables
                m_ConfirmEventRequestRec = new ConfirmEventRequestRec();
                m_ConfirmEventRequestRec.setParent(this);

                /// Copy the values
                m_ConfirmEventRequestRec = value.getConfirmEventRequestRec();
                m_ConfirmEventRequestRec.setParent(this);
                /// This code is currently not supported
            }
 public Body()
 {
     m_ConfirmEventRequestRec = new ConfirmEventRequestRec();
     m_ConfirmEventRequestRec.setParent(this);
 }
 public Body()
 {
     m_ConfirmEventRequestRec = new ConfirmEventRequestRec();
     m_ConfirmEventRequestRec.setParent(this);
 }