| Package | Description |
|---|---|
| io.konik.jaxb.adapter |
JaxB Adapter to map Unmappable Konik classes to XML ZUGFeRD Model
|
| io.konik.jaxb.bindable.entity |
Package for bindable entity types
|
| io.konik.jaxb.bindable.unqualified |
ZUGFeRD unqualified data types used for binding
|
| 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 |
|---|---|
ZfDate |
PeriodCompleteToDateTimeAdapter.unmarshal(DueDatePeriod period) |
| Modifier and Type | Method and Description |
|---|---|
DueDatePeriod |
PeriodCompleteToDateTimeAdapter.marshal(ZfDate complete) |
| Modifier and Type | Field and Description |
|---|---|
protected ZfDate |
DueDatePeriod.contractualDueDate |
| Modifier and Type | Method and Description |
|---|---|
ZfDate |
DueDatePeriod.getContractualDueDate()
Gets the contractual due date.
|
ZfDate |
SupplyChainEventAdapter.unmarshal(io.konik.jaxb.bindable.entity.SupplyChainEvent event) |
ZfDate |
EventAdapter.unmarshal(io.konik.jaxb.bindable.entity.SupplyChainEvent event) |
| Modifier and Type | Method and Description |
|---|---|
io.konik.jaxb.bindable.entity.SupplyChainEvent |
SupplyChainEventAdapter.marshal(ZfDate date) |
io.konik.jaxb.bindable.entity.SupplyChainEvent |
EventAdapter.marshal(ZfDate date) |
DueDatePeriod |
DueDatePeriod.setContractualDueDate(ZfDate contractualDueDate)
Sets the contractual due date.
|
| Constructor and Description |
|---|
DueDatePeriod(ZfDate contractualDueDate)
Instantiates a new due date period.
|
| Modifier and Type | Method and Description |
|---|---|
ZfDate |
DateTimeAdapter.unmarshal(DateTime dateTime) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTimeAdapter.marshal(ZfDate date) |
| Modifier and Type | Method and Description |
|---|---|
ZfDate |
CommonDelivery.getActualDelivery()
Gets the actual delivery event.
|
ZfDate |
Header.getContractualDueDate()
Gets contractual due date of the invoice.
|
ZfDate |
PaymentTerm.getDue()
Gets the due date of the payment.
|
ZfDate |
Period.getEnd()
Gets the end date time.
|
ZfDate |
Header.getIssued()
Gets the invoice issue date time.
|
ZfDate |
Period.getStart()
Gets the start date time.
|
| Modifier and Type | Method and Description |
|---|---|
CommonDelivery<R> |
CommonDelivery.setActualDelivery(ZfDate actualDelivery)
Sets the actual delivery event.
|
Header |
Header.setContractualDueDate(ZfDate contractualDueDate)
Sets contractual due date of the invoice.
|
PaymentTerm |
PaymentTerm.setDue(ZfDate due)
Sets the new due date of the payment.
|
Period |
Period.setEnd(ZfDate end)
Sets the end date time.
|
Header |
Header.setIssued(ZfDate issued)
Sets the invoice issue date time.
|
Period |
Period.setStart(ZfDate start)
Sets the start date time.
|
| Constructor and Description |
|---|
Delivery(ZfDate actualDelivery)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ZfDate |
SpecifiedDelivery.getActualDelivery() |
| Constructor and Description |
|---|
SpecifiedDelivery(Quantity billed,
ZfDate actualDelivery)
The Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZfDateDay
The ZUGFeRD Date with year, month and day.
|
class |
ZfDateMonth
The ZUGFeRD Date with year and month.
|
class |
ZfDateWeek
The ZUGFeRD Date with a Year and week of the year.
|
| Modifier and Type | Method and Description |
|---|---|
static ZfDate |
ZfDateFactory.create(String formatCode)
Creates a new ZfDate object from the given date time format code.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.