Class PayerIdentifier
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.PayerIdentifier
-
public class PayerIdentifier extends Object
EXT:Payer identifierScheme identifierAn identifier for the Payer.The identification scheme identifier of the Payer identifier.
If no scheme is specified, it should be known by Buyer and Seller, e.g. a previously exchanged Buyer or Seller assigned identifier.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:ApplicableHeaderTradeSettlement/ram:PayerTradeParty/ram:ID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getPayerIdentifier()
EXT:Payer identifierScheme identifierPayerIdentifier
setPayerIdentifier(Identifier value)
-
-
-
Method Detail
-
setPayerIdentifier
public PayerIdentifier setPayerIdentifier(Identifier value)
- Parameters:
value
- EXT:Payer identifierScheme identifierAn identifier for the Payer.The identification scheme identifier of the Payer identifier.
If no scheme is specified, it should be known by Buyer and Seller, e.g. a previously exchanged Buyer or Seller assigned identifier.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:ApplicableHeaderTradeSettlement/ram:PayerTradeParty/ram:ID
- Returns:
- PayerIdentifier
-
getPayerIdentifier
public Identifier getPayerIdentifier()
EXT:Payer identifierScheme identifierAn identifier for the Payer.The identification scheme identifier of the Payer identifier.
If no scheme is specified, it should be known by Buyer and Seller, e.g. a previously exchanged Buyer or Seller assigned identifier.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:ApplicableHeaderTradeSettlement/ram:PayerTradeParty/ram:ID
-
-