Class Books

java.lang.Object
lt.viko.eif.jguscia.models.Books

public class Books extends Object
Root container for a collection of Book objects.

This class represents the top-level <Books> element in the XML document and is used by JAXB to map the XML structure into Java objects.

  • Field Details

    • book

      public List<Book> book
      List of books contained in the XML document. Each entry corresponds to a <book> element inside the <Books> root element.
  • Constructor Details

    • Books

      public Books()