Class SellerIdentifierSchemeIdentifier
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.basic.SellerIdentifierSchemeIdentifier
-
public class SellerIdentifierSchemeIdentifier extends Object
BT-29-0:Seller identifier (Global ID)An identification of the Seller.
GloablID, if global identifier exists and can be stated in @schemeID, ID else
If the seller has a GlobalID, he can use it with the tag below. Otherwise, it uses the ID.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:GlobalID
-
-
Method Summary
-
-
-
Method Detail
-
setSellerIdentifierIdentificationSchemeIdentifier
public SellerIdentifierSchemeIdentifier setSellerIdentifierIdentificationSchemeIdentifier(Codes.SchemeIdentifier value)
- Parameters:
value- BT-29-1:Seller identifier identification scheme identifierThe identification scheme identifier of the Seller identifier.
If used, the identification scheme identifier shall be chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency.
In particular, the following codes can be used:0021 : SWIFT0060 : DUNS0088 : GLN0177 : ODETTE
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:GlobalID/@schemeID
- Returns:
- SellerIdentifierSchemeIdentifier
-
setSellerIdentifierSchemeIdentifier
public SellerIdentifierSchemeIdentifier setSellerIdentifierSchemeIdentifier(String value)
- Parameters:
value- BT-29-0:Seller identifier (Global ID)An identification of the Seller.
GloablID, if global identifier exists and can be stated in @schemeID, ID else
If the seller has a GlobalID, he can use it with the tag below. Otherwise, it uses the ID.
GloablID, if global identifier exists and can be stated in @schemeID, ID else
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:GlobalID
- Returns:
- SellerIdentifierSchemeIdentifier
-
getSellerIdentifierIdentificationSchemeIdentifier
public Codes.SchemeIdentifier getSellerIdentifierIdentificationSchemeIdentifier()
-
getSellerIdentifierIdentificationSchemeIdentifierForJAXB
public Codes.SchemeIdentifier getSellerIdentifierIdentificationSchemeIdentifierForJAXB()
-
getSellerIdentifierSchemeIdentifier
public String getSellerIdentifierSchemeIdentifier()
-
getSellerIdentifierSchemeIdentifierForJAXB
public String getSellerIdentifierSchemeIdentifierForJAXB()
-
-