Class AllowedProduct


  • public class AllowedProduct
    extends Object
    Definition: Product that are payable by the payment card. -- Usage: Restriction of product payable by a card.

    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>
     
    • Field Detail

      • productLabel

        protected String productLabel
        The Product label.
      • additionalProductInfo

        protected String additionalProductInfo
        The Additional product info.
      • productCode

        protected String productCode
        The Product code.
      • eanUpc

        protected String eanUpc
        The Ean upc.
    • Constructor Detail

      • AllowedProduct

        public AllowedProduct()
    • Method Detail

      • getProductLabel

        public String getProductLabel()
        Gets the value of the productLabel property.
        Returns:
        possible object is String
      • setProductLabel

        public void setProductLabel​(String value)
        Sets the value of the productLabel property.
        Parameters:
        value - allowed object is String
      • getAdditionalProductInfo

        public String getAdditionalProductInfo()
        Gets the value of the additionalProductInfo property.
        Returns:
        possible object is String
      • setAdditionalProductInfo

        public void setAdditionalProductInfo​(String value)
        Sets the value of the additionalProductInfo property.
        Parameters:
        value - allowed object is String
      • getProductCode

        public String getProductCode()
        Gets the value of the productCode property.
        Returns:
        possible object is String
      • setProductCode

        public void setProductCode​(String value)
        Sets the value of the productCode property.
        Parameters:
        value - allowed object is String
      • getEanUpc

        public String getEanUpc()
        Gets the value of the eanUpc property.
        Returns:
        possible object is String
      • setEanUpc

        public void setEanUpc​(String value)
        Sets the value of the eanUpc property.
        Parameters:
        value - allowed object is String