Uses of Class
com.fourjs.report.facturx.profiles.minimum.SellerVATIdentifier
-
Packages that use SellerVATIdentifier Package Description com.fourjs.report.facturx.profiles.minimum -
-
Uses of SellerVATIdentifier in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum 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.minimum 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()
-