Class BuyerIdentifierSchemeIdentifier
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.basic.BuyerIdentifierSchemeIdentifier
-
public class BuyerIdentifierSchemeIdentifier extends Object
BT-46-0:Buyer identifierGloablID, if global identifier exists and can be stated in @schemeID, ID else
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:GlobalID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Codes.SchemeIdentifier
getBuyerIdentifierIdentificationSchemeIdentifier()
BT-46-1:scheme identifier attribute (if GlobalID)String
getBuyerIdentifierSchemeIdentifier()
BT-46-0:Buyer identifierBuyerIdentifierSchemeIdentifier
setBuyerIdentifierIdentificationSchemeIdentifier(Codes.SchemeIdentifier value)
BuyerIdentifierSchemeIdentifier
setBuyerIdentifierSchemeIdentifier(String value)
-
-
-
Method Detail
-
setBuyerIdentifierIdentificationSchemeIdentifier
public BuyerIdentifierSchemeIdentifier setBuyerIdentifierIdentificationSchemeIdentifier(Codes.SchemeIdentifier value)
- Parameters:
value
- BT-46-1:scheme identifier attribute (if GlobalID)Scheme identifier for Buyer identifier
If used, the identification scheme identifier shall be chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:GlobalID/@schemeID
- Returns:
- BuyerIdentifierSchemeIdentifier
-
setBuyerIdentifierSchemeIdentifier
public BuyerIdentifierSchemeIdentifier setBuyerIdentifierSchemeIdentifier(String value)
- Parameters:
value
- BT-46-0:Buyer identifierGloablID, if global identifier exists and can be stated in @schemeID, ID else
GloablID, if global identifier exists and can be stated in @schemeID, ID else
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:GlobalID
- Returns:
- BuyerIdentifierSchemeIdentifier
-
getBuyerIdentifierIdentificationSchemeIdentifier
public Codes.SchemeIdentifier getBuyerIdentifierIdentificationSchemeIdentifier()
BT-46-1:scheme identifier attribute (if GlobalID)Scheme identifier for Buyer identifier
If used, the identification scheme identifier shall be chosen from the entries of the list published by the ISO/IEC 6523 maintenance agency.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:GlobalID/@schemeID
-
getBuyerIdentifierSchemeIdentifier
public String getBuyerIdentifierSchemeIdentifier()
BT-46-0:Buyer identifierGloablID, if global identifier exists and can be stated in @schemeID, ID else
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:GlobalID
-
-