Uses of Class
com.fourjs.report.facturx.profiles.extended.BuyerAgentVATIdentifier
-
Packages that use BuyerAgentVATIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of BuyerAgentVATIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return BuyerAgentVATIdentifier Modifier and Type Method Description BuyerAgentVATIdentifierInvoice. appendNewBuyerAgentVATIdentifier()Creates a BuyerAgentVATIdentifier object and appends it to the list obtainable by a call to getInvoice.getBuyerAgentVATIdentifiers()BuyerAgentVATIdentifierBuyerAgentVATIdentifier. setBuyerAgentVATIdentifier(IdentifierType value)BuyerAgentVATIdentifierBuyerAgentVATIdentifier. setBuyerAgentVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type BuyerAgentVATIdentifier Modifier and Type Method Description List<BuyerAgentVATIdentifier>Invoice. getBuyerAgentVATIdentifiers()Returns a list of BuyerAgentVATIdentifier objects previously created by calls toInvoice.appendNewBuyerAgentVATIdentifier()
-