Uses of Class
com.fourjs.report.facturx.profiles.extended.FinalRecipientGlobalIdentifier
-
Packages that use FinalRecipientGlobalIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of FinalRecipientGlobalIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return FinalRecipientGlobalIdentifier Modifier and Type Method Description FinalRecipientGlobalIdentifier
InvoiceLine. appendNewFinalRecipientGlobalIdentifier()
Creates a FinalRecipientGlobalIdentifier object and appends it to the list obtainable by a call to getInvoiceLine.getFinalRecipientGlobalIdentifiers()
FinalRecipientGlobalIdentifier
FinalRecipientGlobalIdentifier. setFinalRecipientGlobalIdentifier(String value)
FinalRecipientGlobalIdentifier
FinalRecipientGlobalIdentifier. setSchemeIdentifierAttribute(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type FinalRecipientGlobalIdentifier Modifier and Type Method Description List<FinalRecipientGlobalIdentifier>
InvoiceLine. getFinalRecipientGlobalIdentifiers()
Returns a list of FinalRecipientGlobalIdentifier objects previously created by calls toInvoiceLine.appendNewFinalRecipientGlobalIdentifier()
-