Uses of Class
com.fourjs.report.facturx.profiles.en16931.PayeeIdentifier
-
Packages that use PayeeIdentifier Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of PayeeIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 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.en16931 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()
-