public class AllowedProductType extends Object
Java class for AllowedProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllowedProductType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductLabel" type="{}ProductLabelType" minOccurs="0"/>
<element name="AdditionalProductInfo" type="{}AdditionalProductInfoType" minOccurs="0"/>
</sequence>
<attribute name="ProductCode" use="required" type="{}ProductCodeType" />
<attribute name="EanUpc" type="{}EanUpcType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalProductInfo |
protected String |
eanUpc |
protected String |
productCode |
protected String |
productLabel |
| Constructor and Description |
|---|
AllowedProductType() |
| 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 © 2018. All rights reserved.