Element does not have a match in class
问题 I am working with Simple XML framework, and just renamed some XML layouts, which now don't seem to work any more. This is my XML: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <orderListReply id="R000000000006"> <order orderid="12" type="outbound" state="available"> <todo>2</todo> <done>0</done> <lines>1</lines> <erporderid>0</erporderid> </order> </orderListReply> And this is my code class definition: @Root(name="orderListReply") public class OrderListReplyTelegram extends Telegram