<tag>value</tag>
@Data @XmlAccessorType(XmlAccessType.FIELD) public class element { @XmlAttribute(name = "Id") private String Id; @XmlAttribute(name = "Composite") private String Composite; private List<subelement> subelement; }
{ "subelement": null, "id": "BGM01", "composite": null }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)