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()BT-19:Buyer accounting referenceStringgetTypeCode()EXT:Accounting reference type (Code)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()
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
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID
-
getTypeCode
public String getTypeCode()
EXT:Accounting reference type (Code)- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:TypeCode
-
-