Class PromotionalEventLineItemType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountTypeamountprotected EventLineItemTypeeventLineItem
-
Constructor Summary
Constructors Constructor Description PromotionalEventLineItemType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountTypegetAmount()Gets the value of the amount property.EventLineItemTypegetEventLineItem()Gets the value of the eventLineItem property.voidsetAmount(AmountType value)Sets the value of the amount property.voidsetEventLineItem(EventLineItemType value)Sets the value of the eventLineItem property.
-
-
-
Field Detail
-
amount
protected AmountType amount
-
eventLineItem
protected EventLineItemType eventLineItem
-
-
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 isAmountType
-
getEventLineItem
public EventLineItemType getEventLineItem()
Gets the value of the eventLineItem property.- Returns:
- possible object is
EventLineItemType
-
setEventLineItem
public void setEventLineItem(EventLineItemType value)
Sets the value of the eventLineItem property.- Parameters:
value- allowed object isEventLineItemType
-
-