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