updated javadocs
This commit is contained in:
@@ -104,7 +104,7 @@ public class ZUGFeRDImporter {
|
|||||||
|
|
||||||
/***
|
/***
|
||||||
* return the file names of all files embedded into the PDF
|
* return the file names of all files embedded into the PDF
|
||||||
* @see for XML embedded files please use ZUGFeRDInvoiceImporter.getFileAttachmentsXML
|
* for XML embedded files please use ZUGFeRDInvoiceImporter.getFileAttachmentsXML
|
||||||
* @return a ArrayList of FileAttachments, empty if none
|
* @return a ArrayList of FileAttachments, empty if none
|
||||||
*/
|
*/
|
||||||
public List<FileAttachment> getFileAttachmentsPDF() {
|
public List<FileAttachment> getFileAttachmentsPDF() {
|
||||||
|
|||||||
@@ -423,7 +423,7 @@ public class ZUGFeRDInvoiceImporter extends ZUGFeRDImporter {
|
|||||||
/***
|
/***
|
||||||
*
|
*
|
||||||
* @return the file attachments embedded in XML (using base64) decoded as byte array,
|
* @return the file attachments embedded in XML (using base64) decoded as byte array,
|
||||||
* @see for PDF embedded files in FX use getFileAttachmentsPDF()
|
* for PDF embedded files in FX use getFileAttachmentsPDF()
|
||||||
*/
|
*/
|
||||||
public List<FileAttachment> getFileAttachmentsXML() {
|
public List<FileAttachment> getFileAttachmentsXML() {
|
||||||
return fileAttachments;
|
return fileAttachments;
|
||||||
|
|||||||
Reference in New Issue
Block a user