case ADMINISTRATIVE_OFFICE_FEE:
new AdministrativeOfficeFeeExemption(responsible, administrativeOfficeFeeAndInsuranceEvent, justificationType,
reason, dispatchDate);
return;
case ADMINISTRATIVE_OFFICE_FEE_AND_INSURANCE:
new AdministrativeOfficeFeeAndInsuranceExemption(responsible, administrativeOfficeFeeAndInsuranceEvent,
justificationType, reason, dispatchDate);
return;
case INSURANCE_FEE:
InsuranceExemptionJustificationType insuranceJustificationType = null;
switch (justificationType) {