Class PayeeIdentifier
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.PayeeIdentifier
-
public class PayeeIdentifier extends Object
BT-60:Payee identifierScheme identifierAn identifier for the Payee.The identification scheme identifier of the Payee 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:PayeeTradeParty/ram:ID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getPayeeIdentifier()
BT-60:Payee identifierScheme identifierPayeeIdentifier
setPayeeIdentifier(Identifier value)
-
-
-
Method Detail
-
setPayeeIdentifier
public PayeeIdentifier setPayeeIdentifier(Identifier value)
- Parameters:
value
- BT-60:Payee identifierScheme identifierAn identifier for the Payee.The identification scheme identifier of the Payee 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:PayeeTradeParty/ram:ID
- Returns:
- PayeeIdentifier
-
getPayeeIdentifier
public Identifier getPayeeIdentifier()
BT-60:Payee identifierScheme identifierAn identifier for the Payee.The identification scheme identifier of the Payee 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:PayeeTradeParty/ram:ID
-
-