public class CropFieldDataWFPAResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<org.drmcrop.fsts.CropField> |
cropField |
protected String |
messageId |
| Constructor and Description |
|---|
CropFieldDataWFPAResponse() |
| 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.fsts.CropField> |
getCropField()
Gets the value of the cropField property.
|
String |
getMessageId()
Obtiene el valor de la propiedad messageId.
|
boolean |
isSetCropField() |
boolean |
isSetMessageId() |
void |
setMessageId(String value)
Define el valor de la propiedad messageId.
|
String |
toString() |
void |
unsetCropField() |
CropFieldDataWFPAResponse |
withCropField(Collection<org.drmcrop.fsts.CropField> values) |
CropFieldDataWFPAResponse |
withCropField(org.drmcrop.fsts.CropField... values) |
CropFieldDataWFPAResponse |
withMessageId(String value) |
protected String messageId
protected List<org.drmcrop.fsts.CropField> cropField
public String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic boolean isSetMessageId()
public List<org.drmcrop.fsts.CropField> getCropField()
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 cropField property.
For example, to add a new item, do as follows:
getCropField().add(newItem);
Objects of the following type(s) are allowed in the list
CropField
public boolean isSetCropField()
public void unsetCropField()
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 CropFieldDataWFPAResponse withMessageId(String value)
public CropFieldDataWFPAResponse withCropField(org.drmcrop.fsts.CropField... values)
public CropFieldDataWFPAResponse withCropField(Collection<org.drmcrop.fsts.CropField> values)
Copyright © 2015. All Rights Reserved.