Uses of Class
com.fourjs.report.facturx.profiles.basic.SellerVATIdentifier
-
Packages that use SellerVATIdentifier Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of SellerVATIdentifier in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return SellerVATIdentifier Modifier and Type Method Description SellerVATIdentifierInvoice. appendNewSellerVATIdentifier()Creates a SellerVATIdentifier object and appends it to the list obtainable by a call to getInvoice.getSellerVATIdentifiers()SellerVATIdentifierSellerVATIdentifier. setSellerVATIdentifier(IdentifierType value)SellerVATIdentifierSellerVATIdentifier. setSellerVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)Methods in com.fourjs.report.facturx.profiles.basic that return types with arguments of type SellerVATIdentifier Modifier and Type Method Description List<SellerVATIdentifier>Invoice. getSellerVATIdentifiers()Returns a list of SellerVATIdentifier objects previously created by calls toInvoice.appendNewSellerVATIdentifier()
-