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