Uses of Class
org.mustangproject.ReferencedDocument
-
Packages that use ReferencedDocument Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of ReferencedDocument in org.mustangproject
Fields in org.mustangproject with type parameters of type ReferencedDocument Modifier and Type Field Description protected java.util.ArrayList<ReferencedDocument>Item. additionalReferenceprotected java.util.ArrayList<ReferencedDocument>Invoice. invoiceReferencedDocumentsprotected java.util.ArrayList<ReferencedDocument>Item. referencedDocumentsMethods in org.mustangproject that return ReferencedDocument Modifier and Type Method Description static ReferencedDocumentReferencedDocument. fromNode(org.w3c.dom.Node node)Methods in org.mustangproject that return types with arguments of type ReferencedDocument Modifier and Type Method Description java.util.ArrayList<ReferencedDocument>Invoice. getInvoiceReferencedDocuments()Methods in org.mustangproject with parameters of type ReferencedDocument Modifier and Type Method Description ItemItem. addAdditionalReference(ReferencedDocument doc)adds item level references along with their typecodes and issuerassignedIDs (contract ID, cost centre, ...)InvoiceInvoice. addInvoiceReferencedDocument(ReferencedDocument doc)ItemItem. addReferencedDocument(ReferencedDocument doc)adds item level Referenced documents along with their typecodes and issuerassignedIDsInvoiceInvoice. setTenderReferencedDocument(ReferencedDocument dr)BT-17Method parameters in org.mustangproject with type arguments of type ReferencedDocument Modifier and Type Method Description voidInvoice. setInvoiceReferencedDocuments(java.util.ArrayList<ReferencedDocument> invoiceReferencedDocuments) -
Uses of ReferencedDocument in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return types with arguments of type ReferencedDocument Modifier and Type Method Description default java.util.ArrayList<ReferencedDocument>IExportableTransaction. getInvoiceReferencedDocuments()Getter for BG-3
-