Package de.archivator.altdaten.model

Examples of de.archivator.altdaten.model.Dataroot


    try {
      jaxbContext = JAXBContext
          .newInstance("de.archivator.altdaten.model");
      Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
      unmarshaller.setEventHandler(new AltdatenValidationEventHandler());
      Dataroot archive = (Dataroot) unmarshaller.unmarshal(is);
      tabelle = archive.getTabelleX0020Archiv();

    } catch (JAXBException e) {
      e.printStackTrace();
    }
  }
View Full Code Here

TOP

Related Classes of de.archivator.altdaten.model.Dataroot

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.