yuekao=bean1

来源:互联网 发布:策略模式 java用户界面 编辑:程序博客网 时间:2024/06/08 05:50
@XStreamAlias("oschina")public class Obj {private String catalog;private String newsCount;private String pagesize;private Mynewslist newslist;

@XStreamAlias("newslist")public class Mynewslist {@XStreamImplicit(itemFieldName="news")private List<News> news;

@XStreamAlias("news")public class News {private String id;private String title;private String body;private String commentCount;private String author;private String authorid;private String pubDate;private String url;private Mynewstype newstype;

@XStreamAlias("newstype")public class Mynewstype {private String type;private String attachment;private String authoruid2;private String eventurl;


0 0
原创粉丝点击