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