public class GreenhouseAdvice extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropFieldID |
protected ExpertAdviceType |
expertAdvice |
protected FarmType |
farm |
protected GreenhouseType |
greenhouse |
protected GreenhouseSensorValues |
sensorValues |
protected XMLGregorianCalendar |
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()
Gets the value of the cropFieldID property.
|
ExpertAdviceType |
getExpertAdvice()
Gets the value of the expertAdvice property.
|
FarmType |
getFarm()
Gets the value of the farm property.
|
GreenhouseType |
getGreenhouse()
Gets the value of the greenhouse property.
|
GreenhouseSensorValues |
getSensorValues()
Gets the value of the sensorValues property.
|
XMLGregorianCalendar |
getTimestampOfSensorMeasurement()
Gets the value of the timestampOfSensorMeasurement property.
|
void |
setCropFieldID(String value)
Sets the value of the cropFieldID property.
|
void |
setExpertAdvice(ExpertAdviceType value)
Sets the value of the expertAdvice property.
|
void |
setFarm(FarmType value)
Sets the value of the farm property.
|
void |
setGreenhouse(GreenhouseType value)
Sets the value of the greenhouse property.
|
void |
setSensorValues(GreenhouseSensorValues value)
Sets the value of the sensorValues property.
|
void |
setTimestampOfSensorMeasurement(XMLGregorianCalendar value)
Sets the value of the timestampOfSensorMeasurement property.
|
String |
toString() |
GreenhouseAdvice |
withCropFieldID(String value) |
GreenhouseAdvice |
withExpertAdvice(ExpertAdviceType value) |
GreenhouseAdvice |
withFarm(FarmType value) |
GreenhouseAdvice |
withGreenhouse(GreenhouseType value) |
GreenhouseAdvice |
withSensorValues(GreenhouseSensorValues value) |
GreenhouseAdvice |
withTimestampOfSensorMeasurement(XMLGregorianCalendar value) |
protected FarmType farm
protected String cropFieldID
protected GreenhouseType greenhouse
protected XMLGregorianCalendar timestampOfSensorMeasurement
protected GreenhouseSensorValues sensorValues
protected ExpertAdviceType expertAdvice
public FarmType getFarm()
FarmTypepublic void setFarm(FarmType value)
value - allowed object is
FarmTypepublic String getCropFieldID()
Stringpublic void setCropFieldID(String value)
value - allowed object is
Stringpublic GreenhouseType getGreenhouse()
GreenhouseTypepublic void setGreenhouse(GreenhouseType value)
value - allowed object is
GreenhouseTypepublic XMLGregorianCalendar getTimestampOfSensorMeasurement()
XMLGregorianCalendarpublic void setTimestampOfSensorMeasurement(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic GreenhouseSensorValues getSensorValues()
GreenhouseSensorValuespublic void setSensorValues(GreenhouseSensorValues value)
value - allowed object is
GreenhouseSensorValuespublic ExpertAdviceType getExpertAdvice()
ExpertAdviceTypepublic void setExpertAdvice(ExpertAdviceType value)
value - allowed object is
ExpertAdviceTypepublic 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(XMLGregorianCalendar value)
public GreenhouseAdvice withSensorValues(GreenhouseSensorValues value)
public GreenhouseAdvice withExpertAdvice(ExpertAdviceType value)
Copyright © 2014. All Rights Reserved.