Class BuyerIdentifier
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.basic.BuyerIdentifier
-
public class BuyerIdentifier extends Object
BT-46:Buyer identifierAn identifier of the Buyer.The identification scheme identifier of the Buyer identifier.
If no scheme is specified, it should be known by Buyer and Seller, e.g. a previously exchanged Seller assigned identifier of the Buyer.If used, the identification scheme shall be chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency.
GloablID, if global identifier exists and can be stated in @schemeID, ID else
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:ID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getBuyerIdentifier()
BT-46:Buyer identifierBuyerIdentifier
setBuyerIdentifier(Identifier value)
-
-
-
Method Detail
-
setBuyerIdentifier
public BuyerIdentifier setBuyerIdentifier(Identifier value)
- Parameters:
value
- BT-46:Buyer identifierAn identifier of the Buyer.The identification scheme identifier of the Buyer identifier.
If no scheme is specified, it should be known by Buyer and Seller, e.g. a previously exchanged Seller assigned identifier of the Buyer.If used, the identification scheme shall be chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency.
GloablID, if global identifier exists and can be stated in @schemeID, ID else
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:ID
- Returns:
- BuyerIdentifier
-
getBuyerIdentifier
public Identifier getBuyerIdentifier()
BT-46:Buyer identifierAn identifier of the Buyer.The identification scheme identifier of the Buyer identifier.
If no scheme is specified, it should be known by Buyer and Seller, e.g. a previously exchanged Seller assigned identifier of the Buyer.If used, the identification scheme shall be chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency.
GloablID, if global identifier exists and can be stated in @schemeID, ID else
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:ID
-
-