public class InvoiceLineNote
extends java.lang.Object
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentCode()
EXT:Free text of the line item (Content Code)
|
java.lang.String |
getInvoiceLineNote()
BT-127:Invoice line note
|
Codes.TextSubjectCodeQualifier |
getSubjectCode()
EXT:SubjectCode
|
InvoiceLineNote |
setContentCode(java.lang.String value) |
InvoiceLineNote |
setInvoiceLineNote(java.lang.String value) |
InvoiceLineNote |
setSubjectCode(Codes.TextSubjectCodeQualifier value) |
public InvoiceLineNote setContentCode(java.lang.String value)
value
- EXT:Free text of the line item (Content Code)
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode
public InvoiceLineNote setInvoiceLineNote(java.lang.String value)
value
- BT-127:Invoice line note
A textual note that gives unstructured information that is relevant to the Invoice line.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:Content
public InvoiceLineNote setSubjectCode(Codes.TextSubjectCodeQualifier value)
value
- EXT:SubjectCode
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode
public java.lang.String getContentCode()
public java.lang.String getInvoiceLineNote()
A textual note that gives unstructured information that is relevant to the Invoice line.
public Codes.TextSubjectCodeQualifier getSubjectCode()