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