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 BuyerAgentVATIdentifier
Invoice. appendNewBuyerAgentVATIdentifier()
Creates a BuyerAgentVATIdentifier object and appends it to the list obtainable by a call to getInvoice.getBuyerAgentVATIdentifiers()
BuyerAgentVATIdentifier
BuyerAgentVATIdentifier. setBuyerAgentVATIdentifier(Identifier value)
BuyerAgentVATIdentifier
BuyerAgentVATIdentifier. 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()
-