public class IrrigationAdviceRequest extends eu.limetri.ygg.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/ygg}RequestMessage">
<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="cropType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cropPhenologicalStage" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="tensiometerValue" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="fieldCapacity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="wiltingPoint" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
cropPhenologicalStage |
protected String |
cropType |
protected Double |
fieldCapacity |
protected double |
latitude |
protected double |
longitude |
protected double |
tensiometerValue |
protected Double |
wiltingPoint |
| Constructor and Description |
|---|
IrrigationAdviceRequest() |
| 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) |
BigInteger |
getCropPhenologicalStage()
Obtiene el valor de la propiedad cropPhenologicalStage.
|
String |
getCropType()
Obtiene el valor de la propiedad cropType.
|
Double |
getFieldCapacity()
Obtiene el valor de la propiedad fieldCapacity.
|
double |
getLatitude()
Obtiene el valor de la propiedad latitude.
|
double |
getLongitude()
Obtiene el valor de la propiedad longitude.
|
double |
getTensiometerValue()
Obtiene el valor de la propiedad tensiometerValue.
|
Double |
getWiltingPoint()
Obtiene el valor de la propiedad wiltingPoint.
|
boolean |
isSetCropPhenologicalStage() |
boolean |
isSetCropType() |
boolean |
isSetFieldCapacity() |
boolean |
isSetLatitude() |
boolean |
isSetLongitude() |
boolean |
isSetTensiometerValue() |
boolean |
isSetWiltingPoint() |
void |
setCropPhenologicalStage(BigInteger value)
Define el valor de la propiedad cropPhenologicalStage.
|
void |
setCropType(String value)
Define el valor de la propiedad cropType.
|
void |
setFieldCapacity(Double value)
Define el valor de la propiedad fieldCapacity.
|
void |
setLatitude(double value)
Define el valor de la propiedad latitude.
|
void |
setLongitude(double value)
Define el valor de la propiedad longitude.
|
void |
setTensiometerValue(double value)
Define el valor de la propiedad tensiometerValue.
|
void |
setWiltingPoint(Double value)
Define el valor de la propiedad wiltingPoint.
|
String |
toString() |
IrrigationAdviceRequest |
withCropPhenologicalStage(BigInteger value) |
IrrigationAdviceRequest |
withCropType(String value) |
IrrigationAdviceRequest |
withFieldCapacity(Double value) |
IrrigationAdviceRequest |
withLatitude(double value) |
IrrigationAdviceRequest |
withLongitude(double value) |
IrrigationAdviceRequest |
withTensiometerValue(double value) |
IrrigationAdviceRequest |
withWiltingPoint(Double value) |
protected double latitude
protected double longitude
protected String cropType
protected BigInteger cropPhenologicalStage
protected double tensiometerValue
protected Double fieldCapacity
protected Double wiltingPoint
public double getLatitude()
public void setLatitude(double value)
public boolean isSetLatitude()
public double getLongitude()
public void setLongitude(double value)
public boolean isSetLongitude()
public String getCropType()
Stringpublic void setCropType(String value)
value - allowed object is
Stringpublic boolean isSetCropType()
public BigInteger getCropPhenologicalStage()
BigIntegerpublic void setCropPhenologicalStage(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCropPhenologicalStage()
public double getTensiometerValue()
public void setTensiometerValue(double value)
public boolean isSetTensiometerValue()
public Double getFieldCapacity()
Doublepublic void setFieldCapacity(Double value)
value - allowed object is
Doublepublic boolean isSetFieldCapacity()
public Double getWiltingPoint()
Doublepublic void setWiltingPoint(Double value)
value - allowed object is
Doublepublic boolean isSetWiltingPoint()
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 IrrigationAdviceRequest withLatitude(double value)
public IrrigationAdviceRequest withLongitude(double value)
public IrrigationAdviceRequest withCropType(String value)
public IrrigationAdviceRequest withCropPhenologicalStage(BigInteger value)
public IrrigationAdviceRequest withTensiometerValue(double value)
public IrrigationAdviceRequest withFieldCapacity(Double value)
public IrrigationAdviceRequest withWiltingPoint(Double value)
Copyright © 2015. All Rights Reserved.