Class BuyerAccountingReference
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.BuyerAccountingReference
-
public class BuyerAccountingReference extends Object
BT-19-00:(BUYER ACCOUNTING REFERENCE)XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBuyerAccountingReference()StringgetBuyerAccountingReferenceForJAXB()StringgetTypeCode()StringgetTypeCodeForJAXB()BuyerAccountingReferencesetBuyerAccountingReference(String value)BuyerAccountingReferencesetTypeCode(String value)
-
-
-
Method Detail
-
setBuyerAccountingReference
public BuyerAccountingReference setBuyerAccountingReference(String value)
- Parameters:
value- BT-19:Buyer accounting referenceA textual value that specifies where to book the relevant data into the Buyer's financial accounts.
CHORUS PRO: not used
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID
- Returns:
- BuyerAccountingReference
-
setTypeCode
public BuyerAccountingReference setTypeCode(String value)
- Parameters:
value- EXT:Accounting reference type (Code)XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:TypeCode
- Returns:
- BuyerAccountingReference
-
getBuyerAccountingReference
public String getBuyerAccountingReference()
-
getBuyerAccountingReferenceForJAXB
public String getBuyerAccountingReferenceForJAXB()
-
getTypeCode
public String getTypeCode()
-
getTypeCodeForJAXB
public String getTypeCodeForJAXB()
-
-