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