Uses of Class
org.mustangproject.IncludedNote
-
Packages that use IncludedNote Package Description org.mustangproject org.mustangproject.ZUGFeRD -
-
Uses of IncludedNote in org.mustangproject
Fields in org.mustangproject with type parameters of type IncludedNote Modifier and Type Field Description protected java.util.List<IncludedNote>Item. includedNotesMethods in org.mustangproject that return IncludedNote Modifier and Type Method Description static IncludedNoteIncludedNote. customsNote(java.lang.String content)static IncludedNoteIncludedNote. discountBonusNote(java.lang.String content)static IncludedNoteIncludedNote. generalNote(java.lang.String content)static IncludedNoteIncludedNote. introductionNote(java.lang.String content)static IncludedNoteIncludedNote. legalNote(java.lang.String content)static IncludedNoteIncludedNote. regulatoryNote(java.lang.String content)static IncludedNoteIncludedNote. sellerNote(java.lang.String content)IncludedNoteIncludedNote. setContent(java.lang.String content)IncludedNoteIncludedNote. setSubjectCode(SubjectCode subjectCode)static IncludedNoteIncludedNote. taxNote(java.lang.String content)static IncludedNoteIncludedNote. unspecifiedNote(java.lang.String content)Methods in org.mustangproject that return types with arguments of type IncludedNote Modifier and Type Method Description java.util.List<IncludedNote>Invoice. getNotesWithSubjectCode()java.util.List<IncludedNote>Item. getNotesWithSubjectCode()Methods in org.mustangproject with parameters of type IncludedNote Modifier and Type Method Description ItemItem. addNote(IncludedNote theNote)adds categorized item level freetext fields (includednote)Method parameters in org.mustangproject with type arguments of type IncludedNote Modifier and Type Method Description InvoiceInvoice. addNotes(java.util.Collection<IncludedNote> notes)IZUGFeRDExportableItemItem. addNotes(java.util.Collection<IncludedNote> notes)InvoiceInvoice. setNotesWithSubjectCode(java.util.List<IncludedNote> theList)ItemItem. setNotesWithSubjectCode(java.util.List<IncludedNote> theList) -
Uses of IncludedNote in org.mustangproject.ZUGFeRD
Methods in org.mustangproject.ZUGFeRD that return types with arguments of type IncludedNote Modifier and Type Method Description default java.util.List<IncludedNote>IExportableTransaction. getNotesWithSubjectCode()A grouping of business terms to indicate accounting-relevant free texts including a qualification of these.default java.util.List<IncludedNote>IZUGFeRDExportableItem. getNotesWithSubjectCode()A grouping of business terms to indicate accounting-relevant free texts including a qualification of these.
-