package it.acxent.fattele; public interface FEDatiAnagraficiInterface { String getFEPartitaIva(); String getFECodiceFiscale(); String getFEDenominazione(); String getFECognome(); String getFENome(); String getFETitolo(); String getFECodEORI(); String getFEPaese(); boolean isFEPaeseCEE(); }