Uses of Class
com.fourjs.report.facturx.profiles.extended.PayerCountrySubdivision
-
Packages that use PayerCountrySubdivision Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of PayerCountrySubdivision in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return PayerCountrySubdivision Modifier and Type Method Description PayerCountrySubdivision
Invoice. appendNewPayerCountrySubdivision()
Creates a PayerCountrySubdivision object and appends it to the list obtainable by a call to getInvoice.getPayerCountrySubdivisions()
PayerCountrySubdivision
PayerCountrySubdivision. setPayerCountrySubdivision(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type PayerCountrySubdivision Modifier and Type Method Description List<PayerCountrySubdivision>
Invoice. getPayerCountrySubdivisions()
Returns a list of PayerCountrySubdivision objects previously created by calls toInvoice.appendNewPayerCountrySubdivision()
-