public class GreenhouseAdvice extends Object 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>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Farm" type="{http://www.fispace.eu/domain/ag}FarmType"/>
<element name="CropFieldID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="Greenhouse" type="{http://www.fispace.eu/domain/ag}GreenhouseType" minOccurs="0"/>
<element name="TimestampOfSensorMeasurement" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropFieldID |
protected FarmType |
farm |
protected GreenhouseType |
greenhouse |
protected Calendar |
timestampOfSensorMeasurement |
| Constructor and Description |
|---|
GreenhouseAdvice() |
| 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 |
getCropFieldID()
Obtiene el valor de la propiedad cropFieldID.
|
FarmType |
getFarm()
Obtiene el valor de la propiedad farm.
|
GreenhouseType |
getGreenhouse()
Obtiene el valor de la propiedad greenhouse.
|
Calendar |
getTimestampOfSensorMeasurement()
Obtiene el valor de la propiedad timestampOfSensorMeasurement.
|
boolean |
isSetCropFieldID() |
boolean |
isSetFarm() |
boolean |
isSetGreenhouse() |
boolean |
isSetTimestampOfSensorMeasurement() |
void |
setCropFieldID(String value)
Define el valor de la propiedad cropFieldID.
|
void |
setFarm(FarmType value)
Define el valor de la propiedad farm.
|
void |
setGreenhouse(GreenhouseType value)
Define el valor de la propiedad greenhouse.
|
void |
setTimestampOfSensorMeasurement(Calendar value)
Define el valor de la propiedad timestampOfSensorMeasurement.
|
String |
toString() |
GreenhouseAdvice |
withCropFieldID(String value) |
GreenhouseAdvice |
withFarm(FarmType value) |
GreenhouseAdvice |
withGreenhouse(GreenhouseType value) |
GreenhouseAdvice |
withTimestampOfSensorMeasurement(Calendar value) |
protected FarmType farm
protected String cropFieldID
protected GreenhouseType greenhouse
protected Calendar timestampOfSensorMeasurement
public FarmType getFarm()
FarmTypepublic void setFarm(FarmType value)
value - allowed object is
FarmTypepublic boolean isSetFarm()
public String getCropFieldID()
Stringpublic void setCropFieldID(String value)
value - allowed object is
Stringpublic boolean isSetCropFieldID()
public GreenhouseType getGreenhouse()
GreenhouseTypepublic void setGreenhouse(GreenhouseType value)
value - allowed object is
GreenhouseTypepublic boolean isSetGreenhouse()
public Calendar getTimestampOfSensorMeasurement()
Stringpublic void setTimestampOfSensorMeasurement(Calendar value)
value - allowed object is
Stringpublic boolean isSetTimestampOfSensorMeasurement()
public 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.ToStringpublic 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.ToStringpublic GreenhouseAdvice withFarm(FarmType value)
public GreenhouseAdvice withCropFieldID(String value)
public GreenhouseAdvice withGreenhouse(GreenhouseType value)
public GreenhouseAdvice withTimestampOfSensorMeasurement(Calendar value)
Copyright © 2015. All Rights Reserved.