Uses of Class
com.fourjs.report.facturx.profiles.en16931.BuyerIdentifier
-
Packages that use BuyerIdentifier Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of BuyerIdentifier in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return BuyerIdentifier Modifier and Type Method Description BuyerIdentifierInvoice. appendNewBuyerIdentifier()Creates a BuyerIdentifier object and appends it to the list obtainable by a call to getInvoice.getBuyerIdentifiers()BuyerIdentifierBuyerIdentifier. setBuyerIdentifier(IdentifierType value)Methods in com.fourjs.report.facturx.profiles.en16931 that return types with arguments of type BuyerIdentifier Modifier and Type Method Description List<BuyerIdentifier>Invoice. getBuyerIdentifiers()Returns a list of BuyerIdentifier objects previously created by calls toInvoice.appendNewBuyerIdentifier()
-