All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fedy2.weather.data.Rss Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
/**
 * 
 */
package com.github.fedy2.weather.data;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

/**
 * @author "Federico De Faveri [email protected]"
 *
 */
@XmlRootElement
public class Rss {

	@XmlElement
	protected Channel channel;
	
	public Rss()
	{}

	/**
	 * Returns the channel.
	 * @return the channel
	 */
	public Channel getChannel() {
		return channel;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy