首页 > 其他 > 详细

个人工作手册 - Jaxb

时间:2015-11-24 17:20:16      阅读:193      评论:0      收藏:0      [点我收藏+]

根据 xsd 生成 jaxb java 类

dos 窗口,执行命令:

xjc -p com.shagri.veg.things.marshal.pesticide E:\vpst\xsd\pesticide.xsd -d E:\vpst\

将根据 E:\vpst\xsd\pesticide.xsd 在 E:\vpst\ 下生成包名为 com.shagri.veg.things.marshal.pesticide 的 java 文件,执行过程如下:

C:\Documents and Settings\admin>xjc -p com.shagri.veg.things.marshal.pesticide E:\vpst\xsd\pesticide.xsd -d E:\vpstparsing a schema...
compiling a schema...
com\shagri\veg\things\marshal\pesticide\ObjectFactory.java
com\shagri\veg\things\marshal\pesticide\PesticideList.java
com\shagri\veg\things\marshal\pesticide\PesticideType.java

 

个人工作手册 - Jaxb

原文:http://www.cnblogs.com/zhiqsyr/p/4992190.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!