Uses of Class
org.mustangproject.FileAttachment
-
Packages that use FileAttachment Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of FileAttachment in org.mustangproject
Fields in org.mustangproject with type parameters of type FileAttachment Modifier and Type Field Description protected java.util.ArrayList<FileAttachment>Invoice. xmlEmbeddedFilesMethods in org.mustangproject that return FileAttachment Modifier and Type Method Description FileAttachment[]Invoice. getAdditionalReferencedDocuments()FileAttachmentFileAttachment. setData(byte[] data)FileAttachmentFileAttachment. setDescription(java.lang.String description)FileAttachmentFileAttachment. setFilename(java.lang.String filename)FileAttachmentFileAttachment. setMimetype(java.lang.String mimetype)FileAttachmentFileAttachment. setRelation(java.lang.String relation)only needed when embedded in PDF described values - Source shall be used if this file specification is the original source material for the associated contentMethods in org.mustangproject with parameters of type FileAttachment Modifier and Type Method Description InvoiceInvoice. embedFileInXML(FileAttachment fa)InvoiceInvoice. setAdditionalReferencedDocuments(FileAttachment[] fileArr)setter in case e.g. jackson tries to map attachments (normal use embedFileInXML) -
Uses of FileAttachment in org.mustangproject.ZUGFeRD
Fields in org.mustangproject.ZUGFeRD with type parameters of type FileAttachment Modifier and Type Field Description protected java.util.ArrayList<FileAttachment>DXExporterFromA3. fileAttachmentsprotected java.util.ArrayList<FileAttachment>OXExporterFromA3. fileAttachmentsprotected java.util.ArrayList<FileAttachment>ZUGFeRDExporterFromA3. fileAttachmentsprotected java.util.ArrayList<FileAttachment>ZUGFeRDInvoiceImporter. PDFAttachmentsmap filenames of all embedded files in the respective PDFMethods in org.mustangproject.ZUGFeRD that return FileAttachment Modifier and Type Method Description default FileAttachment[]IExportableTransaction. getAdditionalReferencedDocuments()get additional referenced documents acccording to BG-24 XRechnung (Rechnungsbegruendende Unterlagen), i.e.Methods in org.mustangproject.ZUGFeRD that return types with arguments of type FileAttachment Modifier and Type Method Description java.util.List<FileAttachment>ZUGFeRDImporter. getFileAttachmentsPDF()return the file names of all files embedded into the PDF for XML embedded files please use ZUGFeRDInvoiceImporter.getFileAttachmentsXMLjava.util.List<FileAttachment>ZUGFeRDInvoiceImporter. getFileAttachmentsPDF()return the file names of all files embedded into the PDFjava.util.List<FileAttachment>ZUGFeRDInvoiceImporter. getFileAttachmentsXML()Deprecated.use invoice.getAdditionalReferencedDocumentsMethods in org.mustangproject.ZUGFeRD with parameters of type FileAttachment Modifier and Type Method Description voidDXExporterFromA3. attachFile(FileAttachment file)voidIZUGFeRDExporter. attachFile(FileAttachment file)voidOXExporterFromA3. attachFile(FileAttachment file)voidZUGFeRDExporterFromA3. attachFile(FileAttachment file)voidZUGFeRDExporterFromPDFA. attachFile(FileAttachment file)
-