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>
| Modifier and Type | Field and Description |
|---|---|
protected LineNumberNumericType |
lineNumberNumeric |
protected LocationType |
participatingLocationsLocation |
protected List<RetailPlannedImpactType> |
retailPlannedImpact |
protected ItemType |
supplyItem |
| Constructor and Description |
|---|
EventLineItemType() |
| Modifier and Type | Method and Description |
|---|---|
LineNumberNumericType |
getLineNumberNumeric()
Gets the value of the lineNumberNumeric property.
|
LocationType |
getParticipatingLocationsLocation()
Gets the value of the participatingLocationsLocation property.
|
List<RetailPlannedImpactType> |
getRetailPlannedImpact()
Gets the value of the retailPlannedImpact property.
|
ItemType |
getSupplyItem()
Gets the value of the supplyItem property.
|
void |
setLineNumberNumeric(LineNumberNumericType value)
Sets the value of the lineNumberNumeric property.
|
void |
setParticipatingLocationsLocation(LocationType value)
Sets the value of the participatingLocationsLocation property.
|
void |
setSupplyItem(ItemType value)
Sets the value of the supplyItem property.
|
protected LineNumberNumericType lineNumberNumeric
protected LocationType participatingLocationsLocation
protected List<RetailPlannedImpactType> retailPlannedImpact
protected ItemType supplyItem
public LineNumberNumericType getLineNumberNumeric()
LineNumberNumericTypepublic void setLineNumberNumeric(LineNumberNumericType value)
value - allowed object is
LineNumberNumericTypepublic LocationType getParticipatingLocationsLocation()
LocationTypepublic void setParticipatingLocationsLocation(LocationType value)
value - allowed object is
LocationTypepublic List<RetailPlannedImpactType> getRetailPlannedImpact()
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
public ItemType getSupplyItem()
ItemTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.