package at.gv.egovernment.moa.spss.api.xmlverify; public interface AdESFormResults { Integer getCode(); String getInfo(); String getName(); }