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