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

                /// Copy the values
                m_RejectEventRequestRec = value.getRejectEventRequestRec();
                m_RejectEventRequestRec.setParent(this);
                /// This code is currently not supported
            }
            public RejectEventRequest.Body setBody(Body value)
            {
                m_RejectEventRequestRec = value.getRejectEventRequestRec();
                m_RejectEventRequestRec.setParent(this);
                /// This code is currently not supported

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

                /// Copy the values
                m_RejectEventRequestRec = value.getRejectEventRequestRec();
                m_RejectEventRequestRec.setParent(this);
                /// This code is currently not supported
            }
 public Body()
 {
     m_RejectEventRequestRec = new RejectEventRequestRec();
     m_RejectEventRequestRec.setParent(this);
 }
 public Body()
 {
     m_RejectEventRequestRec = new RejectEventRequestRec();
     m_RejectEventRequestRec.setParent(this);
 }