Class PayeeCountrySubdivision
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.extended.PayeeCountrySubdivision
-
public class PayeeCountrySubdivision extends Object
EXT:Payee country subdivisionXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayeeCountrySubdivision()
EXT:Payee country subdivisionPayeeCountrySubdivision
setPayeeCountrySubdivision(String value)
-
-
-
Method Detail
-
setPayeeCountrySubdivision
public PayeeCountrySubdivision setPayeeCountrySubdivision(String value)
- Parameters:
value
- EXT:Payee country subdivisionXPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
- Returns:
- PayeeCountrySubdivision
-
getPayeeCountrySubdivision
public String getPayeeCountrySubdivision()
EXT:Payee country subdivision- Returns:
- the value /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName
-
-