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 StringgetSellerCountrySubdivision()StringgetSellerCountrySubdivisionForJAXB()SellerCountrySubdivisionsetSellerCountrySubdivision(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()
-
getSellerCountrySubdivisionForJAXB
public String getSellerCountrySubdivisionForJAXB()
-
-