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