| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
TradeParty |
TradeParty.addGlobalId(ID additionalGlobalId)
Adds the global vendor number or customer number ID.
|
TradeParty |
TradeParty.addTaxRegistrations(TaxRegistration... additionalTaxRegistration)
Adds the tax registration.
|
TradeParty |
CommonDelivery.getShipTo()
Gets the ship to.
|
TradeParty |
CommonDelivery.getUltimateShipTo()
Gets the ultimate ship to.
|
TradeParty |
TradeParty.setAddress(Address postalAddress)
Sets the postal trade address.
|
TradeParty |
TradeParty.setContact(Contact newContact)
Sets the contact individual or department of the trade party
|
TradeParty |
TradeParty.setId(String id)
Sets the the vendor, customer or recipient number.
|
TradeParty |
TradeParty.setName(String name)
Sets the trade party name.
|
| Modifier and Type | Method and Description |
|---|---|
CommonDelivery<R> |
CommonDelivery.setShipTo(TradeParty shipTo)
Sets the ship to.
|
CommonDelivery<R> |
CommonDelivery.setUltimateShipTo(TradeParty ultimateShipTo)
Sets the ultimate ship to.
|
| Modifier and Type | Method and Description |
|---|---|
TradeParty |
Agreement.getBuyer()
Gets the buyer trade party.
|
TradeParty |
Settlement.getInvoicee()
Gets the details on the alternative invoicee.
|
TradeParty |
Settlement.getPayee()
Gets the payee.
|
TradeParty |
Agreement.getProductEndUser()
Gets the product end user.
|
TradeParty |
Agreement.getSeller()
Gets the seller trade party
|
TradeParty |
Delivery.getShipFrom()
Gets the ship from.
|
TradeParty |
Delivery.getShipTo() |
TradeParty |
Delivery.getUltimateShipTo() |
| Modifier and Type | Method and Description |
|---|---|
Agreement |
Agreement.setBuyer(TradeParty buyer)
Sets the buyer trade party.
|
Settlement |
Settlement.setInvoicee(TradeParty invoicee)
Sets the details on the alternative invoicee.
|
Settlement |
Settlement.setPayee(TradeParty payee)
Sets the payee.
|
Agreement |
Agreement.setProductEndUser(TradeParty productEndUser)
Sets the product end user.
|
Agreement |
Agreement.setSeller(TradeParty seller)
Sets the seller trade party
|
Delivery |
Delivery.setShipFrom(TradeParty shipFrom)
Sets the ship from.
|
| Modifier and Type | Method and Description |
|---|---|
TradeParty |
SpecifiedDelivery.getShipTo() |
TradeParty |
SpecifiedDelivery.getUltimateShipTo() |
Copyright © 2014-2016 Konik.io. All Rights Reserved.