当我尝试为Web服务生成存根类时,它生成了2个具有相同名称的内部类" Catestrophe"
<com23:Catestrophe>
<!--Zero or more repetitions:-->
<com23:Entry>
<!--Optional:-->
-<com23:catastrophe>
<!--Optional:-->
<com23:Code>?</com23:Code>
<!--Optional:-->
<com23:Name>?</com23:Name>
</com23:catastrophe>
</com23:Entry>
</com23:catastrophe>
如何使用自定义JAXB绑定来避免这种情况?