Uses of Interface
com.itextpdf.text.zugferd.profiles.BasicProfile
-
Packages that use BasicProfile Package Description com.itextpdf.text.zugferd com.itextpdf.text.zugferd.profiles -
-
Uses of BasicProfile in com.itextpdf.text.zugferd
Methods in com.itextpdf.text.zugferd with parameters of type BasicProfile Modifier and Type Method Description protected void
InvoiceDOM. importBuyerTradeParty(org.w3c.dom.Element parent, BasicProfile data)
Gets the buyer trade party data to import this data.private void
InvoiceDOM. importData(org.w3c.dom.Document doc, BasicProfile data)
Imports the data into the XML template.protected void
InvoiceDOM. importHeaderExchangedDocument(org.w3c.dom.Element element, BasicProfile data)
Imports the data for the following tag: rsm:HeaderExchangedDocumentprotected void
InvoiceDOM. importLineItemsBasic(org.w3c.dom.Element parent, BasicProfile data)
Gets line data to import the this data (basic profile).protected void
InvoiceDOM. importPaymentMeans(org.w3c.dom.Element parent, BasicProfile data)
Gets the payment means data to imports this data.protected void
InvoiceDOM. importSellerTradeParty(org.w3c.dom.Element parent, BasicProfile data)
Gets the seller trade party data to import this data.protected void
InvoiceDOM. importSpecifiedExchangedDocumentContext(org.w3c.dom.Element element, BasicProfile data)
Imports the data for the following tag: rsm:SpecifiedExchangedDocumentContextprotected void
InvoiceDOM. importSpecifiedSupplyChainTradeTransaction(org.w3c.dom.Element element, BasicProfile data)
Imports the data for the following tag: rsm:SpecifiedSupplyChainTradeTransactionprotected void
InvoiceDOM. importTax(org.w3c.dom.Element parent, BasicProfile data)
Gets tax data to import the this data.Constructors in com.itextpdf.text.zugferd with parameters of type BasicProfile Constructor Description InvoiceDOM(BasicProfile data)
Creates an object that will import data into an XML template. -
Uses of BasicProfile in com.itextpdf.text.zugferd.profiles
Subinterfaces of BasicProfile in com.itextpdf.text.zugferd.profiles Modifier and Type Interface 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.Classes in com.itextpdf.text.zugferd.profiles that implement BasicProfile Modifier and Type Class 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.
-