Class BuyerAgentCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.BuyerAgentCountrySubdivision
-
public class BuyerAgentCountrySubdivision extends Object
EXT:Buyer Agent 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:BuyerAgentTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuyerAgentCountrySubdivision()
EXT:Buyer Agent country subdivisionBuyerAgentCountrySubdivision
setBuyerAgentCountrySubdivision(String value)
-
-
-
Method Detail
-
setBuyerAgentCountrySubdivision
public BuyerAgentCountrySubdivision setBuyerAgentCountrySubdivision(String value)
- Parameters:
value
- EXT:Buyer Agent 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:BuyerAgentTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- BuyerAgentCountrySubdivision
-
getBuyerAgentCountrySubdivision
public String getBuyerAgentCountrySubdivision()
EXT:Buyer Agent 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:BuyerAgentTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-