私は次のようなxmlコンテンツを取得します:
<data>
<randomtagname>
<name>....</name>
<description>.....</description>
<description>.....</description>
</randomtagname>
<anotherrandomtagname>
<name>....</name>
<description>.....</description>
</anotherrandomtagname>
<thirdridiculousrandomtagname>
<name>....</name>
<description>.....</description>
<description>.....</description>
</thirdridiculousrandomtagname>
.
.
.
</data>
@XmlAnyElement を使用せずに、注釈付きの Java クラスを作成し、jaxb を使用してこのファイルを un-/marshall することは可能ですか??