package at.gv.egovernment.moa.spss.server.pdfas; /* import at.gv.egiz.pdfas.lib.api.verify.VerifyResult; import at.gv.egiz.pdfas.lib.impl.verify.VerifyResultImpl; */ public class ExtendedVerifyResult { /*extends VerifyResultImpl implements VerifyResult { private String qcSource; private boolean publicAuthority; private String publicAuthorityID; private boolean SSCD; private String sscdSource; private String issureCountryCode; public synchronized String getIssureCountryCode() { return issureCountryCode; } public synchronized void setIssureCountryCode(String issureCountryCode) { this.issureCountryCode = issureCountryCode; } public synchronized String getQcSource() { return qcSource; } public synchronized void setQcSource(String qcSource) { this.qcSource = qcSource; } public synchronized boolean isPublicAuthority() { return publicAuthority; } public synchronized void setPublicAuthority(boolean publicAuthority) { this.publicAuthority = publicAuthority; } public synchronized String getPublicAuthorityID() { return publicAuthorityID; } public synchronized void setPublicAuthorityID(String publicAuthorityID) { this.publicAuthorityID = publicAuthorityID; } public synchronized boolean isSSCD() { return SSCD; } public synchronized void setSSCD(boolean sSCD) { SSCD = sSCD; } public synchronized String getSscdSource() { return sscdSource; } public synchronized void setSscdSource(String sscdSource) { this.sscdSource = sscdSource; }*/ }