condition.setCode( doc.valueOf("/rss/channel/item/y:condition/@code") );
condition.setDate( doc.valueOf("/rss/channel/item/y:condition/@date") );
condition.setWeather( weather );
weather.setCondition( condition );
Atmosphere atmosphere = new Atmosphere();
atmosphere.setHumidity( doc.valueOf("/rss/channel/y:atmosphere/@humidity") );
atmosphere.setVisibility( doc.valueOf("/rss/channel/y:atmosphere/@visibility") );
atmosphere.setPressure( doc.valueOf("/rss/channel/y:atmosphere/@pressure") );
atmosphere.setRising( doc.valueOf("/rss/channel/y:atmosphere/@rising") );
atmosphere.setWeather( weather );
weather.setAtmosphere( atmosphere );
Wind wind = new Wind();
wind.setChill( doc.valueOf("/rss/channel/y:wind/@chill") );
wind.setDirection( doc.valueOf("/rss/channel/y:wind/@direction") );