Class SellerIdentifierSchemeIdentifier
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.en16931.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Codes.SchemeIdentifier
getSellerIdentifierIdentificationSchemeIdentifier()
BT-29-1:Seller identifier identification scheme identifierString
getSellerIdentifierSchemeIdentifier()
BT-29-0:Seller identifier (Global ID)SellerIdentifierSchemeIdentifier
setSellerIdentifierIdentificationSchemeIdentifier(Codes.SchemeIdentifier value)
SellerIdentifierSchemeIdentifier
setSellerIdentifierSchemeIdentifier(String value)
-
-
-
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()
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
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:GlobalID/@schemeID
-
getSellerIdentifierSchemeIdentifier
public String getSellerIdentifierSchemeIdentifier()
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
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:GlobalID
-
-