android 开发之解析XML文件
2010-07-01 15:18:00 来源:WEB开发网this.humidity = humidity;
}
public String getWindCondition() {
return windCondition;
}
public void setWindCondition(String windCondition) {
this.windCondition = windCondition;
}
public List
return forecastConditions;
}
public void setForecastConditions(List
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;
}
更多精彩
赞助商链接