Uses of Class
com.fourjs.report.facturx.Codes.VATExemptionReasonCode
-
-
Uses of Codes.VATExemptionReasonCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.VATExemptionReasonCode Modifier and Type Method Description static Codes.VATExemptionReasonCodeCodes.VATExemptionReasonCode. fromString(String value)Convert a String to a VATExemptionReasonCode.static Codes.VATExemptionReasonCodeCodes.VATExemptionReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.VATExemptionReasonCode[]Codes.VATExemptionReasonCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.VATExemptionReasonCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.VATExemptionReasonCode Modifier and Type Method Description Codes.VATExemptionReasonCodeVATBreakdown. getVATExemptionReasonCode()BT-121:VAT exemption reason codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.VATExemptionReasonCode Modifier and Type Method Description VATBreakdownVATBreakdown. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value) -
Uses of Codes.VATExemptionReasonCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.VATExemptionReasonCode Modifier and Type Method Description Codes.VATExemptionReasonCodeVATBreakdown. getVATExemptionReasonCode()BT-121:VAT exemption reason codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.VATExemptionReasonCode Modifier and Type Method Description VATBreakdownVATBreakdown. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value) -
Uses of Codes.VATExemptionReasonCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.VATExemptionReasonCode Modifier and Type Method Description Codes.VATExemptionReasonCodeVATBreakdown. getVATExemptionReasonCode()BT-121:VAT exemption reason codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.VATExemptionReasonCode Modifier and Type Method Description VATBreakdownVATBreakdown. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value) -
Uses of Codes.VATExemptionReasonCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.VATExemptionReasonCode Modifier and Type Method Description Codes.VATExemptionReasonCodeIncludedTax. getExemptionReasonCode()EXT:ExemptionReasonCodeCodes.VATExemptionReasonCodeInvoiceLine. getVATExemptionReasonCode()EXT:VAT exemption reason codeCodes.VATExemptionReasonCodeLineVATInformation. getVATExemptionReasonCode()EXT:VAT exemption reason codeCodes.VATExemptionReasonCodeVATBreakdown. getVATExemptionReasonCode()BT-121:VAT exemption reason codeMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.VATExemptionReasonCode Modifier and Type Method Description IncludedTaxIncludedTax. setExemptionReasonCode(Codes.VATExemptionReasonCode value)InvoiceLineInvoiceLine. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value)LineVATInformationLineVATInformation. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value)VATBreakdownVATBreakdown. setVATExemptionReasonCode(Codes.VATExemptionReasonCode value)
-