package at.gv.egovernment.moa.spss.api.common; /** * Encapsulates location reference content. * * @author Gregor Karlinger * @version $Id$ */ public interface ContentLocRef extends Content { /** * Gets the location reference URI pointing to the actual remote location of the content. * * @return the location reference URI. */ public String getLocationReferenceURI(); }