Class PayerCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.PayerCountrySubdivision
-
public class PayerCountrySubdivision extends Object
EXT:XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPayerCountrySubdivision()EXT:PayerCountrySubdivisionsetPayerCountrySubdivision(String value)
-
-
-
Method Detail
-
setPayerCountrySubdivision
public PayerCountrySubdivision setPayerCountrySubdivision(String value)
- Parameters:
value- EXT:XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- PayerCountrySubdivision
-
getPayerCountrySubdivision
public String getPayerCountrySubdivision()
EXT:- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-