package at.gv.egovernment.moa.spss.api.xmlverify; /** * Encapsulates supplementary information stored in a profile. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface SupplementProfileID extends SupplementProfile { /** * Gets the id of the profile where the supplementary information can be * found. * * @return The profile id. */ public String getSupplementProfileID(); }