Class EventLineItemType


  • public class EventLineItemType
    extends Object

    Java class for EventLineItemType complex type

    .

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

    
     <complexType name="EventLineItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineNumberNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ParticipatingLocationsLocation" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RetailPlannedImpact" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SupplyItem"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EventLineItemType

        public EventLineItemType()
    • Method Detail

      • getParticipatingLocationsLocation

        public LocationType getParticipatingLocationsLocation()
        Gets the value of the participatingLocationsLocation property.
        Returns:
        possible object is LocationType
      • setParticipatingLocationsLocation

        public void setParticipatingLocationsLocation​(LocationType value)
        Sets the value of the participatingLocationsLocation property.
        Parameters:
        value - allowed object is LocationType
      • getRetailPlannedImpact

        public List<RetailPlannedImpactType> getRetailPlannedImpact()
        Gets the value of the retailPlannedImpact property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the retailPlannedImpact property.

        For example, to add a new item, do as follows:

         getRetailPlannedImpact().add(newItem);
         

        Objects of the following type(s) are allowed in the list RetailPlannedImpactType

        Returns:
        The value of the retailPlannedImpact property.
      • getSupplyItem

        public ItemType getSupplyItem()
        Gets the value of the supplyItem property.
        Returns:
        possible object is ItemType
      • setSupplyItem

        public void setSupplyItem​(ItemType value)
        Sets the value of the supplyItem property.
        Parameters:
        value - allowed object is ItemType