package it.acxent.fattele; public interface FESedeInterface { String getFEIndirizzo(); String getFENumeroCivico(); String getFECAP(); String getFEComune(); String getFEProvincia(); String getFENazione(); }