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