Serialized Form
pressure
java.lang.Float pressure
- pressure in inches
description
java.lang.String description
- description of pressure effect. For example: "falling"
previousThrowable
java.lang.Throwable previousThrowable
observationStation
java.lang.String observationStation
- Name of the Observation Station that reported these current conditions
temperature
java.lang.Integer temperature
- Current temparture
feelsLikeTemperature
java.lang.Integer feelsLikeTemperature
- Feels like temperature
description
java.lang.String description
- Description of condition. For example: "Partly Cloudy", "Mostly Sunny", etc.
icon
java.lang.String icon
- Icon id, you can find an appropriate png file in image directory
uv
com.webalgorithm.weather.vo.UltravioletVO uv
- Ultraviolet level
dewPoint
java.lang.Integer dewPoint
- Dew point
lastUpdated
java.util.Date lastUpdated
- Date when these current conditions where last updated
humidity
java.lang.Integer humidity
- Humidity
visibility
java.lang.String visibility
- Visibility
barometer
com.webalgorithm.weather.vo.BarometerVO barometer
- Barometer reading
wind
com.webalgorithm.weather.vo.WindVO wind
- Wind
dayId
java.lang.Integer dayId
- Day Id is the sequence number of this day. If you search for 2 days in advance, you would have 2 days with indexes of "1" and "2"
weekDay
java.lang.String weekDay
- Name of the week day. i.e. Monday, Tuesday, etc
dayText
java.lang.String dayText
- Day text, for example "Aug 14"
high
java.lang.Integer high
- High temperature for this day
low
java.lang.Integer low
- Low temperature for this day
sunriseTime
java.sql.Time sunriseTime
- Sunrise time for this day
sunsetTime
java.sql.Time sunsetTime
- Sunset time for this day
parts
java.util.ArrayList parts
- Day part, there should be exactly 2 - day and night
errors
java.util.ArrayList errors
position
int position
- Position of the link, used for ordering purposes.
location
java.lang.String location
- Abosulute url, a location, of a promotional item
description
java.lang.String description
- Description of a promotional link.
locationId
java.lang.String locationId
- Location id is a zip code of your location
locationName
java.lang.String locationName
- Location name is a description of your location for example "Dallas, TX (75287)"
longitude
java.lang.Float longitude
- Geographical longitue of the location
latitude
java.lang.Float latitude
- Geographical latitude of the location
sunriseTime
java.sql.Time sunriseTime
- Sunrise time at the location
sunsetTime
java.sql.Time sunsetTime
- Sunset time at the location
zone
java.lang.Integer zone
- time zone (GMT Offset)
partId
java.lang.String partId
- Part id, can have only 2 values 'd' and 'n'
icon
java.lang.String icon
- Icon id
description
java.lang.String description
- Description of day part
wind
com.webalgorithm.weather.vo.WindVO wind
- Wind information
precipitation
java.lang.Integer precipitation
- Percent chance of precipitation
humidity
java.lang.Integer humidity
- Humidity
links
java.util.ArrayList links
weather
com.webalgorithm.weather.vo.WeatherVO weather
errors
com.webalgorithm.weather.vo.ErrorsVO errors
index
java.lang.Integer index
- UV index value
description
java.lang.String description
- UV index value description
promo
com.webalgorithm.weather.vo.PromoVO promo
- Promotional links provided by Weather.com
location
com.webalgorithm.weather.vo.LocationVO location
- Location information
currentConditions
com.webalgorithm.weather.vo.CurrentConditionsVO currentConditions
- Current conditions at the location iformation
days
java.util.ArrayList days
- All days that were returned as part of the search
direction
java.lang.Integer direction
- Direction in degrees
description
java.lang.String description
- Description of direction
gust
java.lang.Integer gust
- Maximum wind gust speed
speed
java.lang.Integer speed
- wind speed
Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.