public class AllowedProduct extends Object
Java class for AllowedProduct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllowedProduct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductLabel" type="{}ProductLabel" minOccurs="0"/>
<element name="AdditionalProductInfo" type="{}AdditionalProductInfo" minOccurs="0"/>
</sequence>
<attribute name="ProductCode" use="required" type="{}ProductCode" />
<attribute name="EanUpc" type="{}EanUpc" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalProductInfo
The Additional product info.
|
protected String |
eanUpc
The Ean upc.
|
protected String |
productCode
The Product code.
|
protected String |
productLabel
The Product label.
|
| Constructor and Description |
|---|
AllowedProduct() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalProductInfo()
Gets the value of the additionalProductInfo property.
|
String |
getEanUpc()
Gets the value of the eanUpc property.
|
String |
getProductCode()
Gets the value of the productCode property.
|
String |
getProductLabel()
Gets the value of the productLabel property.
|
void |
setAdditionalProductInfo(String value)
Sets the value of the additionalProductInfo property.
|
void |
setEanUpc(String value)
Sets the value of the eanUpc property.
|
void |
setProductCode(String value)
Sets the value of the productCode property.
|
void |
setProductLabel(String value)
Sets the value of the productLabel property.
|
protected String productLabel
protected String additionalProductInfo
protected String productCode
protected String eanUpc
public String getProductLabel()
Stringpublic void setProductLabel(String value)
value - allowed object is Stringpublic String getAdditionalProductInfo()
Stringpublic void setAdditionalProductInfo(String value)
value - allowed object is Stringpublic String getProductCode()
Stringpublic void setProductCode(String value)
value - allowed object is Stringpublic String getEanUpc()
StringCopyright © 2022. All rights reserved.