public class ReportData extends Object implements Serializable
Constructor and Description |
---|
ReportData(String city,
String recipient,
String requestor) |
Modifier and Type | Method and Description |
---|---|
static org.apache.camel.Expression |
city() |
String |
getCity() |
String |
getRecipient() |
String |
getRequestor() |
Document |
getWeather() |
static org.apache.camel.Expression |
recipient() |
static org.apache.camel.Expression |
requestor() |
void |
setWeather(Document weather) |
public String getCity()
public String getRecipient()
public String getRequestor()
public Document getWeather()
public void setWeather(Document weather)
public static org.apache.camel.Expression city()
public static org.apache.camel.Expression recipient()
public static org.apache.camel.Expression requestor()
Apache Camel