public class AgroemporiumProductList extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AgroemporiumProductList complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AgroemporiumProductList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="en_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gr_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="de_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deName |
protected String |
enName |
protected String |
grName |
protected String |
id |
| Constructor and Description |
|---|
AgroemporiumProductList() |
| 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 |
getDeName()
Obtiene el valor de la propiedad deName.
|
String |
getEnName()
Obtiene el valor de la propiedad enName.
|
String |
getGrName()
Obtiene el valor de la propiedad grName.
|
String |
getId()
Obtiene el valor de la propiedad id.
|
boolean |
isSetDeName() |
boolean |
isSetEnName() |
boolean |
isSetGrName() |
boolean |
isSetId() |
void |
setDeName(String value)
Define el valor de la propiedad deName.
|
void |
setEnName(String value)
Define el valor de la propiedad enName.
|
void |
setGrName(String value)
Define el valor de la propiedad grName.
|
void |
setId(String value)
Define el valor de la propiedad id.
|
String |
toString() |
AgroemporiumProductList |
withDeName(String value) |
AgroemporiumProductList |
withEnName(String value) |
AgroemporiumProductList |
withGrName(String value) |
AgroemporiumProductList |
withId(String value) |
protected String id
protected String enName
protected String grName
protected String deName
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getEnName()
Stringpublic void setEnName(String value)
value - allowed object is
Stringpublic boolean isSetEnName()
public String getGrName()
Stringpublic void setGrName(String value)
value - allowed object is
Stringpublic boolean isSetGrName()
public String getDeName()
Stringpublic void setDeName(String value)
value - allowed object is
Stringpublic boolean isSetDeName()
public 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 AgroemporiumProductList withId(String value)
public AgroemporiumProductList withEnName(String value)
public AgroemporiumProductList withGrName(String value)
public AgroemporiumProductList withDeName(String value)
Copyright © 2016. All Rights Reserved.