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