Class SellerCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.SellerCountrySubdivision
-
public class SellerCountrySubdivision extends Object
BT-39:Seller 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:SellerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSellerCountrySubdivision()
BT-39:Seller country subdivisionSellerCountrySubdivision
setSellerCountrySubdivision(String value)
-
-
-
Method Detail
-
setSellerCountrySubdivision
public SellerCountrySubdivision setSellerCountrySubdivision(String value)
- Parameters:
value
- BT-39:Seller 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:SellerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- SellerCountrySubdivision
-
getSellerCountrySubdivision
public String getSellerCountrySubdivision()
BT-39:Seller 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:SellerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-