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