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