Package | Description |
---|---|
io.konik.zugferd.entity |
ZUGFeRD entities.
|
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 |
---|---|
Quantity |
Price.getBasis()
Gets the unit of price base quantity.
|
Quantity |
SpecifiedAllowanceCharge.getBasisQuantity()
Gets the basis quantity.
|
Quantity |
AllowanceCharge.getBasisQuantity()
Gets the basis quantity.
|
Quantity |
CommonAllowanceCharge.getBasisQuantity()
Gets the basis quantity.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Quantity> |
ReferencedProduct.getUnits()
Gets the units.
|
Modifier and Type | Method and Description |
---|---|
ReferencedProduct |
ReferencedProduct.addUnits(Quantity unit)
Adds the units.
|
Price |
Price.setBasis(Quantity quantity)
Sets the unit of price base quantity.
|
SpecifiedAllowanceCharge |
SpecifiedAllowanceCharge.setBasisQuantity(Quantity basisQuantity)
Sets the basis quantity.
|
AllowanceCharge |
AllowanceCharge.setBasisQuantity(Quantity basisQuantity)
Sets the basis quantity.
|
CommonAllowanceCharge |
CommonAllowanceCharge.setBasisQuantity(Quantity basisQuantity)
Sets the basis quantity.
|
Modifier and Type | Method and Description |
---|---|
Quantity |
SpecifiedDelivery.getBilled()
Gets the billed quantity.
|
Quantity |
SpecifiedDelivery.getChargeFree()
Gets the charge free.
|
Quantity |
SpecifiedDelivery.getPackageQuantity()
Gets the package quantity.
|
Modifier and Type | Method and Description |
---|---|
SpecifiedDelivery |
SpecifiedDelivery.setBilled(Quantity billedQuantity)
Sets the billed quantity.
|
SpecifiedDelivery |
SpecifiedDelivery.setChargeFree(Quantity chargeFree)
Sets the charge free.
|
SpecifiedDelivery |
SpecifiedDelivery.setPackageQuantity(Quantity packageQuantity)
Sets the package quantity.
|
Constructor and Description |
---|
SpecifiedDelivery(Quantity billed)
The Constructor.
|
SpecifiedDelivery(Quantity billed,
ZfDate actualDelivery)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
Quantity |
Quantity.setValue(java.math.BigDecimal value)
Sets the value.
|
Copyright © 2014-2018 Konik.io. All Rights Reserved.