Package | Description |
---|---|
com.itextpdf.text.zugferd | |
com.itextpdf.text.zugferd.profiles |
Modifier and Type | Method and Description |
---|---|
protected void |
InvoiceDOM.importBuyerTradeParty(Element parent,
BasicProfile data)
Gets the buyer trade party data to import this data.
|
protected void |
InvoiceDOM.importHeaderExchangedDocument(Element element,
BasicProfile data)
Imports the data for the following tag: rsm:HeaderExchangedDocument
|
protected void |
InvoiceDOM.importLineItemsBasic(Element parent,
BasicProfile data)
Gets line data to import the this data (basic profile).
|
protected void |
InvoiceDOM.importPaymentMeans(Element parent,
BasicProfile data)
Gets the payment means data to imports this data.
|
protected void |
InvoiceDOM.importSellerTradeParty(Element parent,
BasicProfile data)
Gets the seller trade party data to import this data.
|
protected void |
InvoiceDOM.importSpecifiedExchangedDocumentContext(Element element,
BasicProfile data)
Imports the data for the following tag: rsm:SpecifiedExchangedDocumentContext
|
protected void |
InvoiceDOM.importSpecifiedSupplyChainTradeTransaction(Element element,
BasicProfile data)
Imports the data for the following tag: rsm:SpecifiedSupplyChainTradeTransaction
|
protected void |
InvoiceDOM.importTax(Element parent,
BasicProfile data)
Gets tax data to import the this data.
|
Constructor and Description |
---|
InvoiceDOM(BasicProfile data)
Creates an object that will import data into an XML template.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComfortProfile
If you implement this interface correctly, you provide all the data that
is necessary for iText to create an XML that can be used in a ZUGFeRD
invoice that conforms with the Comfort profile.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicProfileImp
This implementation of the BasicProfile contains member-variables that store
all the data needed to create an XML attachment for a ZUGFeRD invoice that
conforms with the Basic profile.
|
class |
ComfortProfileImp
This implementation of the BasicProfile contains member-variables that store
all the data needed to create an XML attachment for a ZUGFeRD invoice that
conforms with the Comfort profile.
|
Copyright © 2017. All rights reserved.