public class SearchForFarmersResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
country |
protected String |
farmerName |
protected String |
farmingArea |
protected String |
generalProductCategory |
protected String |
municipality |
protected String |
specificProductCategory |
protected String |
vatId |
| Constructor and Description |
|---|
SearchForFarmersResponse() |
| 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 |
getCity()
Obtiene el valor de la propiedad city.
|
String |
getCountry()
Obtiene el valor de la propiedad country.
|
String |
getFarmerName()
Obtiene el valor de la propiedad farmerName.
|
String |
getFarmingArea()
Obtiene el valor de la propiedad farmingArea.
|
String |
getGeneralProductCategory()
Obtiene el valor de la propiedad generalProductCategory.
|
String |
getMunicipality()
Obtiene el valor de la propiedad municipality.
|
String |
getSpecificProductCategory()
Obtiene el valor de la propiedad specificProductCategory.
|
String |
getVatId()
Obtiene el valor de la propiedad vatId.
|
boolean |
isSetCity() |
boolean |
isSetCountry() |
boolean |
isSetFarmerName() |
boolean |
isSetFarmingArea() |
boolean |
isSetGeneralProductCategory() |
boolean |
isSetMunicipality() |
boolean |
isSetSpecificProductCategory() |
boolean |
isSetVatId() |
void |
setCity(String value)
Define el valor de la propiedad city.
|
void |
setCountry(String value)
Define el valor de la propiedad country.
|
void |
setFarmerName(String value)
Define el valor de la propiedad farmerName.
|
void |
setFarmingArea(String value)
Define el valor de la propiedad farmingArea.
|
void |
setGeneralProductCategory(String value)
Define el valor de la propiedad generalProductCategory.
|
void |
setMunicipality(String value)
Define el valor de la propiedad municipality.
|
void |
setSpecificProductCategory(String value)
Define el valor de la propiedad specificProductCategory.
|
void |
setVatId(String value)
Define el valor de la propiedad vatId.
|
String |
toString() |
SearchForFarmersResponse |
withCity(String value) |
SearchForFarmersResponse |
withCountry(String value) |
SearchForFarmersResponse |
withFarmerName(String value) |
SearchForFarmersResponse |
withFarmingArea(String value) |
SearchForFarmersResponse |
withGeneralProductCategory(String value) |
SearchForFarmersResponse |
withMunicipality(String value) |
SearchForFarmersResponse |
withSpecificProductCategory(String value) |
SearchForFarmersResponse |
withVatId(String value) |
protected String farmerName
protected String city
protected String municipality
protected String country
protected String vatId
protected String generalProductCategory
protected String specificProductCategory
protected String farmingArea
public String getFarmerName()
Stringpublic void setFarmerName(String value)
value - allowed object is
Stringpublic boolean isSetFarmerName()
public String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic boolean isSetCity()
public String getMunicipality()
Stringpublic void setMunicipality(String value)
value - allowed object is
Stringpublic boolean isSetMunicipality()
public String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic boolean isSetCountry()
public String getVatId()
Stringpublic void setVatId(String value)
value - allowed object is
Stringpublic boolean isSetVatId()
public String getGeneralProductCategory()
Stringpublic void setGeneralProductCategory(String value)
value - allowed object is
Stringpublic boolean isSetGeneralProductCategory()
public String getSpecificProductCategory()
Stringpublic void setSpecificProductCategory(String value)
value - allowed object is
Stringpublic boolean isSetSpecificProductCategory()
public String getFarmingArea()
Stringpublic void setFarmingArea(String value)
value - allowed object is
Stringpublic boolean isSetFarmingArea()
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 SearchForFarmersResponse withFarmerName(String value)
public SearchForFarmersResponse withCity(String value)
public SearchForFarmersResponse withMunicipality(String value)
public SearchForFarmersResponse withCountry(String value)
public SearchForFarmersResponse withVatId(String value)
public SearchForFarmersResponse withGeneralProductCategory(String value)
public SearchForFarmersResponse withSpecificProductCategory(String value)
public SearchForFarmersResponse withFarmingArea(String value)
Copyright © 2015. All Rights Reserved.