public Body(Body value) { /// Initiliaze the protected variables m_CancelEventRec = new CancelEventRec(); m_CancelEventRec.setParent(this); /// Copy the values m_CancelEventRec = value.getCancelEventRec(); m_CancelEventRec.setParent(this); /// This code is currently not supported }
public CancelEvent.Body setBody(Body value) { m_CancelEventRec = value.getCancelEventRec(); m_CancelEventRec.setParent(this); /// This code is currently not supported return this; }
public Body() { m_CancelEventRec = new CancelEventRec(); m_CancelEventRec.setParent(this); }