package at.gv.egovernment.moa.spss.api.xmlverify; /** * Encapsulates information referring to the manifest of the check. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface ManifestRefsCheckResultInfo extends ReferencesCheckResultInfo { /** * Gets the position of the signature reference containing the * reference to the manifest being described by this object. * * @return The position of the signature reference. */ public int getReferringSignatureReference(); }