| Package | Description |
|---|---|
| io.konik.jaxb.adapter |
JaxB Adapter to map Unmappable Konik classes to XML ZUGFeRD Model
|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
| io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
| io.konik.zugferd.unqualified |
ZUGFeRD unqualified data types.
|
| Modifier and Type | Method and Description |
|---|---|
Amount |
AmountLowRoundingAdapter.marshal(Amount amount) |
Amount |
AmountLowRoundingAdapter.unmarshal(Amount amount) |
| Modifier and Type | Method and Description |
|---|---|
Amount |
AmountLowRoundingAdapter.marshal(Amount amount) |
Amount |
AmountLowRoundingAdapter.unmarshal(Amount amount) |
| Modifier and Type | Field and Description |
|---|---|
protected Amount |
CommonTax.allowanceCharge |
protected Amount |
CommonTax.basis |
protected Amount |
CommonTax.calculated |
protected Amount |
CommonTax.lineTotal |
protected Amount |
CommonMonetarySummation.lineTotal |
| Modifier and Type | Method and Description |
|---|---|
Amount |
AllowanceCharge.getActual()
Gets the actual amount.
|
Amount |
PaymentDiscountTerms.getAmount() |
Amount |
LogisticsServiceCharge.getAmount()
Gets amount of the logistics service charge.
|
Amount |
PaymentPenaltyTerms.getAmount() |
Amount |
AllowanceCharge.getBasis()
Gets the basis amount of the allowance charge.
|
Amount |
Price.getChargeAmount()
Gets the charge amount.
|
Amount |
CommonMonetarySummation.getLineTotal()
Gets total amount of the line positions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Amount> |
PaymentTerm.getPartialPayments()
Gets the amount of the partial payment.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTerm |
PaymentTerm.addPartialPayments(Amount partialPayment)
Adds an amount of the partial payment.
|
AllowanceCharge |
AllowanceCharge.setActual(Amount actualAmount)
Sets the actual amount.
|
PaymentDiscountTerms |
PaymentDiscountTerms.setAmount(Amount actualDiscountAmount) |
LogisticsServiceCharge |
LogisticsServiceCharge.setAmount(Amount amount)
Sets amount of the logistics service charge.
|
PaymentPenaltyTerms |
PaymentPenaltyTerms.setAmount(Amount actualPenaltyAmount) |
AllowanceCharge |
AllowanceCharge.setBasis(Amount basisAmount)
Sets the basis amount of the allowance charge.
|
Price |
Price.setChargeAmount(Amount chargeAmount)
Sets the charge amount.
|
CommonMonetarySummation |
CommonMonetarySummation.setLineTotal(Amount lineTotal)
Sets total amount of the line positions.
|
| Constructor and Description |
|---|
GrossPrice(Amount chargeAmount)
Instantiates a new gross price.
|
Price(Amount chargeAmount)
Instantiates a new price.
|
| Modifier and Type | Method and Description |
|---|---|
Amount |
TradeTax.getAllowanceCharge()
Gets the allowance charge.
|
Amount |
MonetarySummation.getAllowanceTotal()
Gets the total amount of discounts.
|
Amount |
TradeTax.getBasis()
Gets the basis amount for tax calculation.
|
Amount |
TradeTax.getCalculated() |
Amount |
MonetarySummation.getChargeTotal()
Gets the total amount of surcharges.
|
Amount |
MonetarySummation.getDuePayable()
Gets the due payable amount.
|
Amount |
MonetarySummation.getGrandTotal()
Gets the grand total amount.
|
Amount |
TradeTax.getLineTotal()
Gets the line total.
|
Amount |
MonetarySummation.getLineTotal() |
Amount |
MonetarySummation.getTaxBasisTotal()
Gets the invoice total value excluding VAT.
|
Amount |
MonetarySummation.getTaxTotal()
Gets the total tax amount.
|
Amount |
MonetarySummation.getTotalPrepaid()
Gets the total prepaid amount.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TradeTax.setAllowanceCharge(Amount allowanceCharge)
Sets the allowance charge.
|
MonetarySummation |
MonetarySummation.setAllowanceTotal(Amount allowanceTotal)
Sets the total amount of discounts.
|
TradeTax |
TradeTax.setBasis(Amount basisAmount)
Sets the basis amount for tax calculation.
|
TradeTax |
TradeTax.setCalculated(Amount calculatedAmount) |
MonetarySummation |
MonetarySummation.setChargeTotal(Amount chargeTotal)
Sets the total amount of surcharges.
|
MonetarySummation |
MonetarySummation.setDuePayable(Amount duePayable)
Sets the due payable amount.
|
MonetarySummation |
MonetarySummation.setGrandTotal(Amount grandTotal)
Sets the grand total amount.
|
void |
TradeTax.setLineTotal(Amount lineTotal)
Sets the line total.
|
MonetarySummation |
MonetarySummation.setLineTotal(Amount lineTotal) |
MonetarySummation |
MonetarySummation.setTaxBasisTotal(Amount taxBasisTotal)
Sets the invoice total value excluding VAT.
|
MonetarySummation |
MonetarySummation.setTaxTotal(Amount taxTotal)
Sets the total tax amount.
|
MonetarySummation |
MonetarySummation.setTotalPrepaid(Amount totalPrepaid)
Sets the total prepaid amount.
|
| Modifier and Type | Method and Description |
|---|---|
Amount |
SpecifiedTax.getCalculated()
Gets the calculated amount.
|
Amount |
SpecifiedMonetarySummation.getLineTotal() |
Amount |
SpecifiedMonetarySummation.getTotalAllowanceCharge()
Gets the total allowance charge.
|
| Modifier and Type | Method and Description |
|---|---|
SpecifiedTax |
SpecifiedTax.setCalculated(Amount calculatedAmount)
Sets the calculated amount.
|
SpecifiedMonetarySummation |
SpecifiedMonetarySummation.setLineTotal(Amount lineTotal) |
SpecifiedMonetarySummation |
SpecifiedMonetarySummation.setTotalAllowanceCharge(Amount totalAllowanceCharge)
Sets the total allowance charge.
|
| Modifier and Type | Method and Description |
|---|---|
Amount |
Amount.setCurrency(com.neovisionaries.i18n.CurrencyCode currency)
Sets the currency code.
|
Amount |
Amount.setValue(java.math.BigDecimal value)
Sets the amount value.
|
Copyright © 2014-2015 Konik.io. All Rights Reserved.