Uses of Class
com.fourjs.report.facturx.profiles.extended.SellerVATIdentifier
-
Packages that use SellerVATIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of SellerVATIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return SellerVATIdentifier Modifier and Type Method Description SellerVATIdentifier
Invoice. appendNewSellerVATIdentifier()
Creates a SellerVATIdentifier object and appends it to the list obtainable by a call to getInvoice.getSellerVATIdentifiers()
SellerVATIdentifier
SellerVATIdentifier. setSellerVATIdentifier(Identifier value)
SellerVATIdentifier
SellerVATIdentifier. setSellerVATIdentifierSchemeIdentifier(Codes.SchemeIdentifierAttribute value)
Methods in com.fourjs.report.facturx.profiles.extended 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()
-