//// Source code recreated from a .class file by IntelliJ IDEA// (powered by Fernflower decompiler)//packagecom.airport.util.parse;importorg.jdom.Element;publicclassSubNode{privateElementelement;publicSubNode(Elementelement){this.element=element;}publicElementgetElement(){returnthis.element;}publicvoidsetElement(Elementelement){this.element=element;}}