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