public class SensorDataRequest extends eu.limetri.ygg.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<org.drmcrop.gmlcrop.PointType> |
point |
protected List<org.drmcrop.crp.PropertyVariable> |
propertyVariable |
protected org.drmcrop.crp.TimeFrame |
timeFrame |
| Constructor and Description |
|---|
SensorDataRequest() |
| 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) |
List<org.drmcrop.gmlcrop.PointType> |
getPoint()
Gets the value of the point property.
|
List<org.drmcrop.crp.PropertyVariable> |
getPropertyVariable()
Gets the value of the propertyVariable property.
|
org.drmcrop.crp.TimeFrame |
getTimeFrame()
Obtiene el valor de la propiedad timeFrame.
|
boolean |
isSetPoint() |
boolean |
isSetPropertyVariable() |
boolean |
isSetTimeFrame() |
void |
setTimeFrame(org.drmcrop.crp.TimeFrame value)
Define el valor de la propiedad timeFrame.
|
String |
toString() |
void |
unsetPoint() |
void |
unsetPropertyVariable() |
SensorDataRequest |
withPoint(Collection<org.drmcrop.gmlcrop.PointType> values) |
SensorDataRequest |
withPoint(org.drmcrop.gmlcrop.PointType... values) |
SensorDataRequest |
withPropertyVariable(Collection<org.drmcrop.crp.PropertyVariable> values) |
SensorDataRequest |
withPropertyVariable(org.drmcrop.crp.PropertyVariable... values) |
SensorDataRequest |
withTimeFrame(org.drmcrop.crp.TimeFrame value) |
protected List<org.drmcrop.gmlcrop.PointType> point
protected org.drmcrop.crp.TimeFrame timeFrame
protected List<org.drmcrop.crp.PropertyVariable> propertyVariable
public List<org.drmcrop.gmlcrop.PointType> getPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
PointType
public boolean isSetPoint()
public void unsetPoint()
public org.drmcrop.crp.TimeFrame getTimeFrame()
TimeFramepublic void setTimeFrame(org.drmcrop.crp.TimeFrame value)
value - allowed object is
TimeFramepublic boolean isSetTimeFrame()
public List<org.drmcrop.crp.PropertyVariable> getPropertyVariable()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the propertyVariable property.
For example, to add a new item, do as follows:
getPropertyVariable().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyVariable
public boolean isSetPropertyVariable()
public void unsetPropertyVariable()
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 SensorDataRequest withPoint(org.drmcrop.gmlcrop.PointType... values)
public SensorDataRequest withPoint(Collection<org.drmcrop.gmlcrop.PointType> values)
public SensorDataRequest withTimeFrame(org.drmcrop.crp.TimeFrame value)
public SensorDataRequest withPropertyVariable(org.drmcrop.crp.PropertyVariable... values)
public SensorDataRequest withPropertyVariable(Collection<org.drmcrop.crp.PropertyVariable> values)
Copyright © 2015. All Rights Reserved.