/** * Datentyp Adresse * * @author Kevin Maurizi */ public class Adresse { String strasse; String land; String ort; int hausnummer; int plz; }