// Simple Question
QuestionFromFkType meddelande = new QuestionFromFkType();
request.setQuestion(meddelande);
meddelande.setAmne(Amnetyp.KONTAKT);
InnehallType fraga = new InnehallType();
fraga.setMeddelandeText("Kontakta mig!");
meddelande.setFraga(fraga);
ReceiveMedicalCertificateQuestionResponseType result = null;
try {
result = service.receiveMedicalCertificateQuestion(logicalAddress, request);