Class PromotionalEventLineItemType


  • public class PromotionalEventLineItemType
    extends Object

    Java class for PromotionalEventLineItemType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PromotionalEventLineItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EventLineItem"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PromotionalEventLineItemType

        public PromotionalEventLineItemType()
    • Method Detail

      • getAmount

        public AmountType getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is AmountType
      • setAmount

        public void setAmount​(AmountType value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is AmountType
      • setEventLineItem

        public void setEventLineItem​(EventLineItemType value)
        Sets the value of the eventLineItem property.
        Parameters:
        value - allowed object is EventLineItemType