import java.util.List; public interface XmlMapper { public String getClassname(); public List filhos(); }