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