Uses of Class
com.fourjs.report.facturx.profiles.basicwl.SellerIdentifierSchemeIdentifier
-
Packages that use SellerIdentifierSchemeIdentifier Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of SellerIdentifierSchemeIdentifier in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return SellerIdentifierSchemeIdentifier Modifier and Type Method Description SellerIdentifierSchemeIdentifierInvoice. appendNewSellerIdentifierSchemeIdentifier()Creates a SellerIdentifierSchemeIdentifier object and appends it to the list obtainable by a call to getInvoice.getSellerIdentifierSchemeIdentifiers()SellerIdentifierSchemeIdentifierSellerIdentifierSchemeIdentifier. setSellerIdentifierIdentificationSchemeIdentifier(Codes.SchemeIdentifier value)SellerIdentifierSchemeIdentifierSellerIdentifierSchemeIdentifier. setSellerIdentifierSchemeIdentifier(String value)Methods in com.fourjs.report.facturx.profiles.basicwl that return types with arguments of type SellerIdentifierSchemeIdentifier Modifier and Type Method Description List<SellerIdentifierSchemeIdentifier>Invoice. getSellerIdentifierSchemeIdentifiers()Returns a list of SellerIdentifierSchemeIdentifier objects previously created by calls toInvoice.appendNewSellerIdentifierSchemeIdentifier()
-