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