开发学院手机开发Android 开发 android 开发之解析XML文件 阅读

android 开发之解析XML文件

 2010-07-01 15:18:00 来源:WEB开发网   
核心提示:this.humidity = humidity;}public String getWindCondition() {return windCondition;}public void setWindCondition(String windCondition) {this.windCondition = windC

this.humidity = humidity;

}

public String getWindCondition() {

return windCondition;

}

public void setWindCondition(String windCondition) {

this.windCondition = windCondition;

}

public List getForecastConditions() {

return forecastConditions;

}

public void setForecastConditions(List forecastConditions) {

this.forecastConditions = forecastConditions;

}

public String getIcon() {

return icon;

}

public void setIcon(String icon) {

this.icon = icon;

}

}

package com.ideasandroid.mbt.vo;

import java.io.Serializable;

/**

* @author "IdeasAndroid示例代码"

* 未来几天天气对象

*/

public class GForecastConditions implements Serializable{

private String dayOfWeek;

private String low;

private String high;

private String icon;

private String condition;

public String getDayOfWeek() {

return dayOfWeek;

}

public void setDayOfWeek(String dayOfWeek) {

this.dayOfWeek = dayOfWeek;

}

public String getLow() {

return low;

}

public void setLow(String low) {

this.low = low;

}

public String getHigh() {

return high;

}

public void setHigh(String high) {

this.high = high;

}

public String getIcon() {

return icon;

}

public void setIcon(String icon) {

this.icon = icon;

}

public String getCondition() {

return condition;

}

上一页  1 2 3 4 5 6  下一页

Tags:android 开发 解析

编辑录入:coldstar [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
赞助商链接