Class BuyerTaxRepresentative
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.BuyerTaxRepresentative
-
public class BuyerTaxRepresentative extends Object
EXT:Detailed contact informationXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBuyerTaxRepresentativeContactEmailAddress()EXT:Email addressStringgetBuyerTaxRepresentativeContactTelephoneNumber()EXT:Contact phone numberStringgetBuyerTaxRepresentativeDepartmentName()EXT:Department nameStringgetBuyerTaxRepresentativePersonName()EXT:Contact nameStringgetBuyerTaxRepresentativeTypeCode()EXT:Contact TypeStringgetFaxNumber()EXT:Fax numberBuyerTaxRepresentativesetBuyerTaxRepresentativeContactEmailAddress(String value)BuyerTaxRepresentativesetBuyerTaxRepresentativeContactTelephoneNumber(String value)BuyerTaxRepresentativesetBuyerTaxRepresentativeDepartmentName(String value)BuyerTaxRepresentativesetBuyerTaxRepresentativePersonName(String value)BuyerTaxRepresentativesetBuyerTaxRepresentativeTypeCode(String value)BuyerTaxRepresentativesetFaxNumber(String value)
-
-
-
Method Detail
-
setBuyerTaxRepresentativePersonName
public BuyerTaxRepresentative setBuyerTaxRepresentativePersonName(String value)
- Parameters:
value- EXT:Contact nameXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:PersonName
- Returns:
- BuyerTaxRepresentative
-
setBuyerTaxRepresentativeDepartmentName
public BuyerTaxRepresentative setBuyerTaxRepresentativeDepartmentName(String value)
- Parameters:
value- EXT:Department nameXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:DepartmentName
- Returns:
- BuyerTaxRepresentative
-
setBuyerTaxRepresentativeTypeCode
public BuyerTaxRepresentative setBuyerTaxRepresentativeTypeCode(String value)
- Parameters:
value- EXT:Contact TypeXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:TypeCode
- Returns:
- BuyerTaxRepresentative
-
setBuyerTaxRepresentativeContactTelephoneNumber
public BuyerTaxRepresentative setBuyerTaxRepresentativeContactTelephoneNumber(String value)
- Parameters:
value- EXT:Contact phone numberXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
- Returns:
- BuyerTaxRepresentative
-
setFaxNumber
public BuyerTaxRepresentative setFaxNumber(String value)
- Parameters:
value- EXT:Fax numberXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
- Returns:
- BuyerTaxRepresentative
-
setBuyerTaxRepresentativeContactEmailAddress
public BuyerTaxRepresentative setBuyerTaxRepresentativeContactEmailAddress(String value)
- Parameters:
value- EXT:Email addressXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
- Returns:
- BuyerTaxRepresentative
-
getBuyerTaxRepresentativePersonName
public String getBuyerTaxRepresentativePersonName()
EXT:Contact name- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:PersonName
-
getBuyerTaxRepresentativeDepartmentName
public String getBuyerTaxRepresentativeDepartmentName()
EXT:Department name- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:DepartmentName
-
getBuyerTaxRepresentativeTypeCode
public String getBuyerTaxRepresentativeTypeCode()
EXT:Contact Type- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:TypeCode
-
getBuyerTaxRepresentativeContactTelephoneNumber
public String getBuyerTaxRepresentativeContactTelephoneNumber()
EXT:Contact phone number- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber
-
getFaxNumber
public String getFaxNumber()
EXT:Fax number- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber
-
getBuyerTaxRepresentativeContactEmailAddress
public String getBuyerTaxRepresentativeContactEmailAddress()
EXT:Email address- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID
-
-