<?xml version="1.0" encoding="UTF-8"?>
  <filepaths>
    <application_information_ticker>
      <desc>Ticker1</desc>
      <folder_path>../atlas/info/</folder_path>
    </application_information_ticker>
    <document_management_system>
      <desc></desc>
      <folder_path>../atlas/dms/</folder_path>
    </document_management_system>
  </filepaths>
I have a xml file like this. I need to convert this xml file into java object using JAXB. Because of nested tags, I couldn't perform the operation. Please suggest me a solution for this