public class ExternalAvailableProductsType extends AbstractDocumentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ExternalAvailableProductsType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ExternalAvailableProductsType">
<complexContent>
<extension base="{http://www.fispace.eu/domain/lg}AbstractDocumentType">
<sequence>
<element name="gpc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gtin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gpc |
protected String |
gtin |
protected String |
key |
protected String |
label |
id| Constructor and Description |
|---|
ExternalAvailableProductsType() |
| 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 |
getGpc()
Obtiene el valor de la propiedad gpc.
|
String |
getGtin()
Obtiene el valor de la propiedad gtin.
|
String |
getKey()
Obtiene el valor de la propiedad key.
|
String |
getLabel()
Obtiene el valor de la propiedad label.
|
boolean |
isSetGpc() |
boolean |
isSetGtin() |
boolean |
isSetKey() |
boolean |
isSetLabel() |
void |
setGpc(String value)
Define el valor de la propiedad gpc.
|
void |
setGtin(String value)
Define el valor de la propiedad gtin.
|
void |
setKey(String value)
Define el valor de la propiedad key.
|
void |
setLabel(String value)
Define el valor de la propiedad label.
|
String |
toString() |
ExternalAvailableProductsType |
withGpc(String value) |
ExternalAvailableProductsType |
withGtin(String value) |
ExternalAvailableProductsType |
withId(String value) |
ExternalAvailableProductsType |
withKey(String value) |
ExternalAvailableProductsType |
withLabel(String value) |
getId, isSetId, setIdprotected String gpc
protected String gtin
protected String key
protected String label
public String getGpc()
Stringpublic void setGpc(String value)
value - allowed object is
Stringpublic boolean isSetGpc()
public String getGtin()
Stringpublic void setGtin(String value)
value - allowed object is
Stringpublic boolean isSetGtin()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public String toString()
toString in class AbstractDocumentTypepublic 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 AbstractDocumentTypepublic 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 AbstractDocumentTypepublic ExternalAvailableProductsType withGpc(String value)
public ExternalAvailableProductsType withGtin(String value)
public ExternalAvailableProductsType withKey(String value)
public ExternalAvailableProductsType withLabel(String value)
public ExternalAvailableProductsType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.