Serialized Form

Class com.webalgorithm.weather.vo.BarometerVO implements Serializable

Serialized Fields

pressure

java.lang.Float pressure
pressure in inches


description

java.lang.String description
description of pressure effect. For example: "falling"


Class com.webalgorithm.weather.exception.ChainedException implements Serializable

Serialized Fields

previousThrowable

java.lang.Throwable previousThrowable


Class com.webalgorithm.weather.vo.CurrentConditionsVO implements Serializable

Serialized Fields

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


Class com.webalgorithm.weather.vo.DayVO implements Serializable

Serialized Fields

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


Class com.webalgorithm.weather.vo.ErrorsVO implements Serializable

Serialized Fields

errors

java.util.ArrayList errors


Class com.webalgorithm.weather.vo.LinkVO implements Serializable

Serialized Fields

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.


Class com.webalgorithm.weather.vo.LocationVO implements Serializable

Serialized Fields

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)


Class com.webalgorithm.weather.vo.PartVO implements Serializable

Serialized Fields

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


Class com.webalgorithm.weather.vo.PromoVO implements Serializable

Serialized Fields

links

java.util.ArrayList links


Class com.webalgorithm.weather.vo.ResultVO implements Serializable

Serialized Fields

weather

com.webalgorithm.weather.vo.WeatherVO weather

errors

com.webalgorithm.weather.vo.ErrorsVO errors


Class com.webalgorithm.weather.exception.SearchException implements Serializable


Class com.webalgorithm.weather.vo.UltravioletVO implements Serializable

Serialized Fields

index

java.lang.Integer index
UV index value


description

java.lang.String description
UV index value description


Class com.webalgorithm.weather.exception.WeatherException implements Serializable


Class com.webalgorithm.weather.vo.WeatherVO implements Serializable

Serialized Fields

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


Class com.webalgorithm.weather.vo.WindVO implements Serializable

Serialized Fields

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.