Class BuyerTaxRepresentativeCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.BuyerTaxRepresentativeCountrySubdivision
-
public class BuyerTaxRepresentativeCountrySubdivision extends Object
EXT:Tax representative country subdivisionThe subdivision of a country.
Such as a region, a county, a state, a province, etc.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuyerTaxRepresentativeCountrySubdivision()
EXT:Tax representative country subdivisionBuyerTaxRepresentativeCountrySubdivision
setBuyerTaxRepresentativeCountrySubdivision(String value)
-
-
-
Method Detail
-
setBuyerTaxRepresentativeCountrySubdivision
public BuyerTaxRepresentativeCountrySubdivision setBuyerTaxRepresentativeCountrySubdivision(String value)
- Parameters:
value
- EXT:Tax representative country subdivisionThe subdivision of a country.
Such as a region, a county, a state, a province, etc.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- BuyerTaxRepresentativeCountrySubdivision
-
getBuyerTaxRepresentativeCountrySubdivision
public String getBuyerTaxRepresentativeCountrySubdivision()
EXT:Tax representative country subdivisionThe subdivision of a country.
Such as a region, a county, a state, a province, etc.
- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTaxRepresentativeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-