public class SearchForFarmersRequest extends eu.limetri.ygg.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
farmerName |
protected String |
generalProductCategory |
protected String |
municipality |
protected String |
specificProductCategory |
protected String |
vatId |
| Constructor and Description |
|---|
SearchForFarmersRequest() |
| 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 |
getFarmerName()
Obtiene el valor de la propiedad farmerName.
|
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 |
isSetFarmerName() |
boolean |
isSetGeneralProductCategory() |
boolean |
isSetMunicipality() |
boolean |
isSetSpecificProductCategory() |
boolean |
isSetVatId() |
void |
setCity(String value)
Define el valor de la propiedad city.
|
void |
setFarmerName(String value)
Define el valor de la propiedad farmerName.
|
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() |
SearchForFarmersRequest |
withCity(String value) |
SearchForFarmersRequest |
withFarmerName(String value) |
SearchForFarmersRequest |
withGeneralProductCategory(String value) |
SearchForFarmersRequest |
withMunicipality(String value) |
SearchForFarmersRequest |
withSpecificProductCategory(String value) |
SearchForFarmersRequest |
withVatId(String value) |
protected String farmerName
protected String city
protected String municipality
protected String vatId
protected String generalProductCategory
protected String specificProductCategory
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 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 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 SearchForFarmersRequest withFarmerName(String value)
public SearchForFarmersRequest withCity(String value)
public SearchForFarmersRequest withMunicipality(String value)
public SearchForFarmersRequest withVatId(String value)
public SearchForFarmersRequest withGeneralProductCategory(String value)
public SearchForFarmersRequest withSpecificProductCategory(String value)
Copyright © 2015. All Rights Reserved.