package at.gv.egovernment.moa.spss.api.xmlsign; import java.util.List; /** * Encapsulates explicit transformation informations. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface CreateTransformsInfoProfileExplicit extends CreateTransformsInfoProfile { /** * Gets the transformation information of the data object. * * @return Transformation information of the data object. */ public CreateTransformsInfo getCreateTransformsInfo(); /** * Gets the supplemental information. * * @return The supplemental information. */ public List getSupplements(); }