Class XmlUtils.Database

  • Enclosing class:
    XmlUtils

    public static class XmlUtils.Database
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Database()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<?> getRecords()  
      void setRecords​(java.util.Collection<?> records)  
      • Methods inherited from class java.lang.Object

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

      • Database

        public Database()
    • Method Detail

      • getRecords

        public java.util.Collection<?> getRecords()
      • setRecords

        public void setRecords​(java.util.Collection<?> records)