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