Class SupportingDocumentDescription
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.SupportingDocumentDescription
-
public class SupportingDocumentDescription extends Object
BT-123:Supporting document descriptionA description of the supporting document.
Such as: timesheet, usage report etc.
CHORUS PRO: Chorus Pro allows only two types of attachements: main attachment and additional attachment.In the case of a PDF / A-3 (Factur-X), only the type of complementary attachment is allowed.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:AdditionalReferencedDocument/ram:Name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupportingDocumentDescription()
BT-123:Supporting document descriptionSupportingDocumentDescription
setSupportingDocumentDescription(String value)
-
-
-
Method Detail
-
setSupportingDocumentDescription
public SupportingDocumentDescription setSupportingDocumentDescription(String value)
- Parameters:
value
- BT-123:Supporting document descriptionA description of the supporting document.
Such as: timesheet, usage report etc.
CHORUS PRO: Chorus Pro allows only two types of attachements: main attachment and additional attachment.In the case of a PDF / A-3 (Factur-X), only the type of complementary attachment is allowed.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:AdditionalReferencedDocument/ram:Name
- Returns:
- SupportingDocumentDescription
-
getSupportingDocumentDescription
public String getSupportingDocumentDescription()
BT-123:Supporting document descriptionA description of the supporting document.
Such as: timesheet, usage report etc.
CHORUS PRO: Chorus Pro allows only two types of attachements: main attachment and additional attachment.In the case of a PDF / A-3 (Factur-X), only the type of complementary attachment is allowed.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:AdditionalReferencedDocument/ram:Name
-
-