public class IrrigationAdviceResponse extends eu.limetri.ygg.api.ResponseMessage 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/ygg}ResponseMessage">
<sequence>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="isIrrigationNecessary" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="irrigationAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
irrigationAmount |
protected String |
isIrrigationNecessary |
protected double |
latitude |
protected double |
longitude |
| Constructor and Description |
|---|
IrrigationAdviceResponse() |
| 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) |
Double |
getIrrigationAmount()
Obtiene el valor de la propiedad irrigationAmount.
|
String |
getIsIrrigationNecessary()
Obtiene el valor de la propiedad isIrrigationNecessary.
|
double |
getLatitude()
Obtiene el valor de la propiedad latitude.
|
double |
getLongitude()
Obtiene el valor de la propiedad longitude.
|
boolean |
isSetIrrigationAmount() |
boolean |
isSetIsIrrigationNecessary() |
boolean |
isSetLatitude() |
boolean |
isSetLongitude() |
void |
setIrrigationAmount(Double value)
Define el valor de la propiedad irrigationAmount.
|
void |
setIsIrrigationNecessary(String value)
Define el valor de la propiedad isIrrigationNecessary.
|
void |
setLatitude(double value)
Define el valor de la propiedad latitude.
|
void |
setLongitude(double value)
Define el valor de la propiedad longitude.
|
String |
toString() |
IrrigationAdviceResponse |
withIrrigationAmount(Double value) |
IrrigationAdviceResponse |
withIsIrrigationNecessary(String value) |
IrrigationAdviceResponse |
withLatitude(double value) |
IrrigationAdviceResponse |
withLongitude(double value) |
protected double latitude
protected double longitude
protected String isIrrigationNecessary
protected Double irrigationAmount
public double getLatitude()
public void setLatitude(double value)
public boolean isSetLatitude()
public double getLongitude()
public void setLongitude(double value)
public boolean isSetLongitude()
public String getIsIrrigationNecessary()
Stringpublic void setIsIrrigationNecessary(String value)
value - allowed object is
Stringpublic boolean isSetIsIrrigationNecessary()
public Double getIrrigationAmount()
Doublepublic void setIrrigationAmount(Double value)
value - allowed object is
Doublepublic boolean isSetIrrigationAmount()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic 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.ResponseMessagepublic 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.ResponseMessagepublic IrrigationAdviceResponse withLatitude(double value)
public IrrigationAdviceResponse withLongitude(double value)
public IrrigationAdviceResponse withIsIrrigationNecessary(String value)
public IrrigationAdviceResponse withIrrigationAmount(Double value)
Copyright © 2015. All Rights Reserved.