Class BuyerCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.BuyerCountrySubdivision
-
public class BuyerCountrySubdivision extends Object
BT-54:Buyer 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:BuyerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuyerCountrySubdivision()
BT-54:Buyer country subdivisionBuyerCountrySubdivision
setBuyerCountrySubdivision(String value)
-
-
-
Method Detail
-
setBuyerCountrySubdivision
public BuyerCountrySubdivision setBuyerCountrySubdivision(String value)
- Parameters:
value
- BT-54:Buyer 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:BuyerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- BuyerCountrySubdivision
-
getBuyerCountrySubdivision
public String getBuyerCountrySubdivision()
BT-54:Buyer 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:BuyerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-