public class RequestWeatherCondition extends eu.limetri.platform.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<extension base="{http://www.limetri.eu/schemas/platform}RequestMessage">
<sequence>
<element name="cityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cityId |
protected String |
cityName |
protected String |
countryCode |
| Constructor and Description |
|---|
RequestWeatherCondition() |
| 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.
|
boolean |
isSetCityId() |
boolean |
isSetCityName() |
boolean |
isSetCountryCode() |
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.
|
String |
toString() |
RequestWeatherCondition |
withCityId(String value) |
RequestWeatherCondition |
withCityName(String value) |
RequestWeatherCondition |
withCountryCode(String value) |
protected String cityName
protected String cityId
protected String countryCode
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 toString()
toString in class eu.limetri.platform.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.platform.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.platform.api.RequestMessagepublic RequestWeatherCondition withCityName(String value)
public RequestWeatherCondition withCityId(String value)
public RequestWeatherCondition withCountryCode(String value)
Copyright © 2014. All Rights Reserved.