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