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>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
amount |
protected EventLineItemType |
eventLineItem |
| Constructor and Description |
|---|
PromotionalEventLineItemType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getAmount()
Gets the value of the amount property.
|
EventLineItemType |
getEventLineItem()
Gets the value of the eventLineItem property.
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
void |
setEventLineItem(EventLineItemType value)
Sets the value of the eventLineItem property.
|
protected AmountType amount
protected EventLineItemType eventLineItem
public AmountType getAmount()
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic EventLineItemType getEventLineItem()
EventLineItemTypepublic void setEventLineItem(EventLineItemType value)
value - allowed object is
EventLineItemTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.