Class EventLineItemType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LineNumberNumericTypelineNumberNumericprotected LocationTypeparticipatingLocationsLocationprotected List<RetailPlannedImpactType>retailPlannedImpactprotected ItemTypesupplyItem
-
Constructor Summary
Constructors Constructor Description EventLineItemType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineNumberNumericTypegetLineNumberNumeric()Gets the value of the lineNumberNumeric property.LocationTypegetParticipatingLocationsLocation()Gets the value of the participatingLocationsLocation property.List<RetailPlannedImpactType>getRetailPlannedImpact()Gets the value of the retailPlannedImpact property.ItemTypegetSupplyItem()Gets the value of the supplyItem property.voidsetLineNumberNumeric(LineNumberNumericType value)Sets the value of the lineNumberNumeric property.voidsetParticipatingLocationsLocation(LocationType value)Sets the value of the participatingLocationsLocation property.voidsetSupplyItem(ItemType value)Sets the value of the supplyItem property.
-
-
-
Field Detail
-
lineNumberNumeric
protected LineNumberNumericType lineNumberNumeric
-
participatingLocationsLocation
protected LocationType participatingLocationsLocation
-
retailPlannedImpact
protected List<RetailPlannedImpactType> retailPlannedImpact
-
supplyItem
protected ItemType supplyItem
-
-
Method Detail
-
getLineNumberNumeric
public LineNumberNumericType getLineNumberNumeric()
Gets the value of the lineNumberNumeric property.- Returns:
- possible object is
LineNumberNumericType
-
setLineNumberNumeric
public void setLineNumberNumeric(LineNumberNumericType value)
Sets the value of the lineNumberNumeric property.- Parameters:
value- allowed object isLineNumberNumericType
-
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 isLocationType
-
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
setmethod 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
-
getSupplyItem
public ItemType getSupplyItem()
Gets the value of the supplyItem property.- Returns:
- possible object is
ItemType
-
-