public class Buyer
extends java.lang.Object
A group of business terms providing contact information relevant for the Buyer.
Contact details can be given by the Buyer at the time of the ordering or as master data exchanged prior to ordering. Contact details should not be used for the purpose of routing the received Invoice internally by the recipient; the Buyer reference identifier should be used for this purpose.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuyerContactEmailAddress()
BT-58:Buyer contact email address
|
java.lang.String |
getBuyerContactTelephoneNumber()
BT-57:Buyer contact telephone number
|
java.lang.String |
getBuyerDepartmentName()
BT-56-0:Buyer contact point
|
java.lang.String |
getBuyerFaxNumber()
EXT:Buyer fax number
|
java.lang.String |
getBuyerPersonName()
BT-56:Buyer contact point
|
Buyer |
setBuyerContactEmailAddress(java.lang.String value) |
Buyer |
setBuyerContactTelephoneNumber(java.lang.String value) |
Buyer |
setBuyerDepartmentName(java.lang.String value) |
Buyer |
setBuyerFaxNumber(java.lang.String value) |
Buyer |
setBuyerPersonName(java.lang.String value) |
public Buyer setBuyerPersonName(java.lang.String value)
value
- BT-56:Buyer contact point
A contact point for a legal entity or person.
Such as person name, contact identification, department or office identification : Person Name
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:PersonName
public Buyer setBuyerDepartmentName(java.lang.String value)
value
- BT-56-0:Buyer contact point
Such as person name, contact identification, department or office identification : Department Name
For CHORUSPRO, it corresponds to the name of the "Service Exécutant" which is stated in BT-10
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:DepartmentName
public Buyer setBuyerContactTelephoneNumber(java.lang.String value)
value
- BT-57:Buyer contact telephone number
A phone number for the contact point.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
public Buyer setBuyerFaxNumber(java.lang.String value)
value
- EXT:Buyer fax number
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
public Buyer setBuyerContactEmailAddress(java.lang.String value)
value
- BT-58:Buyer contact email address
An e-mail address for the contact point.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
public java.lang.String getBuyerPersonName()
A contact point for a legal entity or person.
Such as person name, contact identification, department or office identification : Person Name
public java.lang.String getBuyerDepartmentName()
Such as person name, contact identification, department or office identification : Department Name
For CHORUSPRO, it corresponds to the name of the "Service Exécutant" which is stated in BT-10
public java.lang.String getBuyerContactTelephoneNumber()
A phone number for the contact point.
public java.lang.String getBuyerFaxNumber()
public java.lang.String getBuyerContactEmailAddress()
An e-mail address for the contact point.