Uses of Interface
com.itextpdf.text.zugferd.profiles.BasicProfile
Packages that use BasicProfile
-
Uses of BasicProfile in com.itextpdf.text.zugferd
Methods in com.itextpdf.text.zugferd with parameters of type BasicProfileModifier and TypeMethodDescriptionprotected voidInvoiceDOM.importBuyerTradeParty(Element parent, BasicProfile data) Gets the buyer trade party data to import this data.private voidInvoiceDOM.importData(Document doc, BasicProfile data) Imports the data into the XML template.protected voidInvoiceDOM.importHeaderExchangedDocument(Element element, BasicProfile data) Imports the data for the following tag: rsm:HeaderExchangedDocumentprotected voidInvoiceDOM.importLineItemsBasic(Element parent, BasicProfile data) Gets line data to import the this data (basic profile).protected voidInvoiceDOM.importPaymentMeans(Element parent, BasicProfile data) Gets the payment means data to imports this data.protected voidInvoiceDOM.importSellerTradeParty(Element parent, BasicProfile data) Gets the seller trade party data to import this data.protected voidInvoiceDOM.importSpecifiedExchangedDocumentContext(Element element, BasicProfile data) Imports the data for the following tag: rsm:SpecifiedExchangedDocumentContextprotected voidInvoiceDOM.importSpecifiedSupplyChainTradeTransaction(Element element, BasicProfile data) Imports the data for the following tag: rsm:SpecifiedSupplyChainTradeTransactionprotected voidInvoiceDOM.importTax(Element parent, BasicProfile data) Gets tax data to import the this data.Constructors in com.itextpdf.text.zugferd with parameters of type BasicProfileModifierConstructorDescriptionInvoiceDOM(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.profilesModifier and TypeInterfaceDescriptioninterfaceIf 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 BasicProfileModifier and TypeClassDescriptionclassThis 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.classThis 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.