Uses of Class
com.fourjs.report.facturx.Codes.SubsetForAllowanceIdentificationCode
-
-
Uses of Codes.SubsetForAllowanceIdentificationCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description static Codes.SubsetForAllowanceIdentificationCode
Codes.SubsetForAllowanceIdentificationCode. fromString(String value)
Convert a String to a SubsetForAllowanceIdentificationCode.static Codes.SubsetForAllowanceIdentificationCode
Codes.SubsetForAllowanceIdentificationCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.SubsetForAllowanceIdentificationCode[]
Codes.SubsetForAllowanceIdentificationCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.SubsetForAllowanceIdentificationCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description Codes.SubsetForAllowanceIdentificationCode
DocumentLevelAllowances. getDocumentLevelAllowanceReasonCode()
BT-98:Document level allowance reason codeCodes.SubsetForAllowanceIdentificationCode
InvoiceLineAllowances. getInvoiceLineAllowanceReasonCode()
BT-140:Invoice line allowance reason codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
-
Uses of Codes.SubsetForAllowanceIdentificationCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description Codes.SubsetForAllowanceIdentificationCode
DocumentLevelAllowances. getDocumentLevelAllowanceReasonCode()
BT-98:Document level allowance reason codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
-
Uses of Codes.SubsetForAllowanceIdentificationCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description Codes.SubsetForAllowanceIdentificationCode
DocumentLevelAllowances. getDocumentLevelAllowanceReasonCode()
BT-98:Document level allowance reason codeCodes.SubsetForAllowanceIdentificationCode
InvoiceLineAllowances. getInvoiceLineAllowanceReasonCode()
BT-140:Invoice line allowance reason codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
-
Uses of Codes.SubsetForAllowanceIdentificationCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description Codes.SubsetForAllowanceIdentificationCode
DocumentLevelAllowances. getDocumentLevelAllowanceReasonCode()
BT-98:Document level allowance reason codeCodes.SubsetForAllowanceIdentificationCode
InvoiceLineAllowances. getInvoiceLineAllowanceReasonCode()
BT-140:Invoice line allowance reason codeMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.SubsetForAllowanceIdentificationCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SubsetForAllowanceIdentificationCode value)
-