Class XmlIo.Model

  • Enclosing class:
    XmlIo

    private static class XmlIo.Model
    extends java.lang.Object
    Defines the top level element in the XML.
    Author:
    Aike Sass
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<IModel> models  
    • Constructor Summary

      Constructors 
      Constructor Description
      Model()
      Creates the top-level wrapping instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addModel​(IModel model)
      Adds an IModel to the list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • models

        private java.util.List<IModel> models
    • Constructor Detail

      • Model

        public Model()
        Creates the top-level wrapping instance.
    • Method Detail

      • addModel

        public void addModel​(IModel model)
        Adds an IModel to the list.
        Parameters:
        model - the IModel that should be added