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