Class Seller
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.Seller
-
public class Seller extends Object
BG-6:SELLER CONTACTA group of business terms providing contact information about the Seller.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSellerContactEmailAddress()
BT-43:Seller contact email addressString
getSellerContactTelephoneNumber()
BT-42:Seller contact telephone numberString
getSellerDepartmentName()
BT-41-0:Seller contact pointString
getSellerFaxNumber()
EXT:Seller fax numberString
getSellerPersonName()
BT-41:Seller contact pointSeller
setSellerContactEmailAddress(String value)
Seller
setSellerContactTelephoneNumber(String value)
Seller
setSellerDepartmentName(String value)
Seller
setSellerFaxNumber(String value)
Seller
setSellerPersonName(String value)
-
-
-
Method Detail
-
setSellerPersonName
public Seller setSellerPersonName(String value)
- Parameters:
value
- BT-41:Seller contact pointA 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:SellerTradeParty/ram:DefinedTradeContact/ram:PersonName
- Returns:
- Seller
-
setSellerDepartmentName
public Seller setSellerDepartmentName(String value)
- Parameters:
value
- BT-41-0:Seller contact pointA contact point for a legal entity or person.
Such as person name, contact identification, department or office identification : Department Name
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:DepartmentName
- Returns:
- Seller
-
setSellerContactTelephoneNumber
public Seller setSellerContactTelephoneNumber(String value)
- Parameters:
value
- BT-42:Seller contact telephone numberA phone number for the contact point.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
- Returns:
- Seller
-
setSellerFaxNumber
public Seller setSellerFaxNumber(String value)
- Parameters:
value
- EXT:Seller fax numberXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
- Returns:
- Seller
-
setSellerContactEmailAddress
public Seller setSellerContactEmailAddress(String value)
- Parameters:
value
- BT-43:Seller contact email addressAn e-mail address for the contact point.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
- Returns:
- Seller
-
getSellerPersonName
public String getSellerPersonName()
BT-41:Seller contact pointA contact point for a legal entity or person.
Such as person name, contact identification, department or office identification : Person Name
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:PersonName
-
getSellerDepartmentName
public String getSellerDepartmentName()
BT-41-0:Seller contact pointA contact point for a legal entity or person.
Such as person name, contact identification, department or office identification : Department Name
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:DepartmentName
-
getSellerContactTelephoneNumber
public String getSellerContactTelephoneNumber()
BT-42:Seller contact telephone numberA phone number for the contact point.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
-
getSellerFaxNumber
public String getSellerFaxNumber()
EXT:Seller fax number- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
-
getSellerContactEmailAddress
public String getSellerContactEmailAddress()
BT-43:Seller contact email addressAn e-mail address for the contact point.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
-
-