|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface YWeatherFeedModule
An interface describing feed/channel level data for Yahoo Weather.
Field Summary |
---|
Fields inherited from interface org.rometools.feed.module.yahooweather.YWeatherModule |
---|
URI |
Method Summary | |
---|---|
Astronomy |
getAstronomy()
Astronomical information for the location. |
Atmosphere |
getAtmosphere()
The current atmospheric conditions. |
Location |
getLocation()
The location the feed is for. |
Units |
getUnits()
Units that data in the feed is provided in. |
Wind |
getWind()
Current wind conditions at the location. |
void |
setAstronomy(Astronomy astronomy)
Astronomical information for the location. |
void |
setAtmosphere(Atmosphere value)
Sets the current atmopheric condictions |
void |
setLocation(Location location)
The location the feed is for. |
void |
setUnits(Units units)
Units that data in the feed is provided in. |
void |
setWind(Wind wind)
Current wind conditions at the location. |
Methods inherited from interface com.sun.syndication.feed.module.Module |
---|
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
---|
copyFrom, getInterface |
Method Detail |
---|
Location getLocation()
void setLocation(Location location)
location
- The location the feed is for.Astronomy getAstronomy()
void setAstronomy(Astronomy astronomy)
astronomy
- Astronomical information for the location.Units getUnits()
void setUnits(Units units)
units
- Units that data in the feed is provided in.Wind getWind()
void setWind(Wind wind)
wind
- Current wind conditions at the location.Atmosphere getAtmosphere()
void setAtmosphere(Atmosphere value)
value
- Atmosphere object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |