Class InvoiceNote
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.en16931.InvoiceNote
-
public class InvoiceNote extends Object
BG-1:INVOICE NOTEA group of business terms providing textual notes that are relevant for the invoice, together with an indication of the note subject.
XPath:/rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInvoiceNote()
BT-22:Invoice noteCodes.TextSubjectCodeQualifier
getInvoiceNoteSubjectCode()
BT-21:Invoice note subject codeInvoiceNote
setInvoiceNote(String value)
InvoiceNote
setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value)
-
-
-
Method Detail
-
setInvoiceNote
public InvoiceNote setInvoiceNote(String value)
- Parameters:
value
- BT-22:Invoice noteA textual note that gives unstructured information that is relevant to the Invoice as a whole.
Such as the reason for any correction or assignment note in case the invoice has been factored
XPath:/rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote/ram:Content
- Returns:
- InvoiceNote
-
setInvoiceNoteSubjectCode
public InvoiceNote setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value)
- Parameters:
value
- BT-21:Invoice note subject codeThe subject of the textual note in BT-22.
To be chosen from the entries in UNTDID 4451 [6].
Among the list, the following codes can be used:AAI: General InformationSUR: Supplier NotesREG: Regulatory informationABL: Legal InformationTXD: Tax InformationCUS: Customs Information
XPath:/rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote/ram:SubjectCode
- Returns:
- InvoiceNote
-
getInvoiceNote
public String getInvoiceNote()
BT-22:Invoice noteA textual note that gives unstructured information that is relevant to the Invoice as a whole.
Such as the reason for any correction or assignment note in case the invoice has been factored
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote/ram:Content
-
getInvoiceNoteSubjectCode
public Codes.TextSubjectCodeQualifier getInvoiceNoteSubjectCode()
BT-21:Invoice note subject codeThe subject of the textual note in BT-22.
To be chosen from the entries in UNTDID 4451 [6].
Among the list, the following codes can be used:AAI: General InformationSUR: Supplier NotesREG: Regulatory informationABL: Legal InformationTXD: Tax InformationCUS: Customs Information
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote/ram:SubjectCode
-
-