public class ProvideWeatherConditionsRequestMessage extends eu.limetri.ygg.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
cityId |
protected String |
cityName |
protected String |
countryCode |
protected Calendar |
date |
protected String |
gps |
| Constructor and Description |
|---|
ProvideWeatherConditionsRequestMessage() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getCityId()
Obtiene el valor de la propiedad cityId.
|
String |
getCityName()
Obtiene el valor de la propiedad cityName.
|
String |
getCountryCode()
Obtiene el valor de la propiedad countryCode.
|
Calendar |
getDate()
Obtiene el valor de la propiedad date.
|
String |
getGps()
Obtiene el valor de la propiedad gps.
|
boolean |
isSetCityId() |
boolean |
isSetCityName() |
boolean |
isSetCountryCode() |
boolean |
isSetDate() |
boolean |
isSetGps() |
void |
setCityId(String value)
Define el valor de la propiedad cityId.
|
void |
setCityName(String value)
Define el valor de la propiedad cityName.
|
void |
setCountryCode(String value)
Define el valor de la propiedad countryCode.
|
void |
setDate(Calendar value)
Define el valor de la propiedad date.
|
void |
setGps(String value)
Define el valor de la propiedad gps.
|
String |
toString() |
ProvideWeatherConditionsRequestMessage |
withCityId(String value) |
ProvideWeatherConditionsRequestMessage |
withCityName(String value) |
ProvideWeatherConditionsRequestMessage |
withCountryCode(String value) |
ProvideWeatherConditionsRequestMessage |
withDate(Calendar value) |
ProvideWeatherConditionsRequestMessage |
withGps(String value) |
protected String cityName
protected String cityId
protected String countryCode
protected String gps
protected Calendar date
public ProvideWeatherConditionsRequestMessage()
public String getCityName()
Stringpublic void setCityName(String value)
value - allowed object is
Stringpublic boolean isSetCityName()
public String getCityId()
Stringpublic void setCityId(String value)
value - allowed object is
Stringpublic boolean isSetCityId()
public String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic boolean isSetCountryCode()
public String getGps()
Stringpublic void setGps(String value)
value - allowed object is
Stringpublic boolean isSetGps()
public Calendar getDate()
Stringpublic void setDate(Calendar value)
value - allowed object is
Stringpublic boolean isSetDate()
public String toString()
toString in class eu.limetri.ygg.api.RequestMessagepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class eu.limetri.ygg.api.RequestMessagepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class eu.limetri.ygg.api.RequestMessagepublic ProvideWeatherConditionsRequestMessage withCityName(String value)
public ProvideWeatherConditionsRequestMessage withCityId(String value)
public ProvideWeatherConditionsRequestMessage withCountryCode(String value)
public ProvideWeatherConditionsRequestMessage withGps(String value)
public ProvideWeatherConditionsRequestMessage withDate(Calendar value)
Copyright © 2015. All Rights Reserved.