package at.gv.egovernment.moa.spss.api.xmlverify; import at.gv.egovernment.moa.spss.api.common.XMLDataObjectAssociation; /** * Encapsulates explicit supplementary information. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface SupplementProfileExplicit extends SupplementProfile { /** * Gets the supplemental object. * * @return The supplemental object. */ public XMLDataObjectAssociation getSupplementProfile(); }