Uses of Class
com.fourjs.report.facturx.Codes.InvoiceTypeCode
-
-
Uses of Codes.InvoiceTypeCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.InvoiceTypeCode Modifier and Type Method Description static Codes.InvoiceTypeCode
Codes.InvoiceTypeCode. fromString(String value)
Convert a String to a InvoiceTypeCode.static Codes.InvoiceTypeCode
Codes.InvoiceTypeCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.InvoiceTypeCode[]
Codes.InvoiceTypeCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.InvoiceTypeCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.InvoiceTypeCode Modifier and Type Method Description Codes.InvoiceTypeCode
Invoice. getInvoiceTypeCode()
BT-3:Invoice type codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.InvoiceTypeCode Modifier and Type Method Description Invoice
Invoice. setInvoiceTypeCode(Codes.InvoiceTypeCode value)
Constructors in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.InvoiceTypeCode Constructor Description Invoice(IdentifierType invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, Codes.Currency invoiceCurrencyCode)
Creates an Invoice object -
Uses of Codes.InvoiceTypeCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.InvoiceTypeCode Modifier and Type Method Description Codes.InvoiceTypeCode
Invoice. getInvoiceTypeCode()
BT-3:Invoice type codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.InvoiceTypeCode Modifier and Type Method Description Invoice
Invoice. setInvoiceTypeCode(Codes.InvoiceTypeCode value)
Constructors in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.InvoiceTypeCode Constructor Description Invoice(IdentifierType invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, Codes.Currency invoiceCurrencyCode, Amount sumOfInvoiceLineNetAmount, Amount invoiceTotalAmountWithoutVAT, Amount invoiceTotalAmountWithVAT)
Creates an Invoice object -
Uses of Codes.InvoiceTypeCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.InvoiceTypeCode Modifier and Type Method Description Codes.InvoiceTypeCode
Invoice. getInvoiceTypeCode()
BT-3:Invoice type codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.InvoiceTypeCode Modifier and Type Method Description Invoice
Invoice. setInvoiceTypeCode(Codes.InvoiceTypeCode value)
Constructors in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.InvoiceTypeCode Constructor Description Invoice(IdentifierType invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, Codes.Currency invoiceCurrencyCode)
Creates an Invoice object -
Uses of Codes.InvoiceTypeCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.InvoiceTypeCode Modifier and Type Method Description Codes.InvoiceTypeCode
Invoice. getInvoiceTypeCode()
BT-3:Invoice type codeCodes.InvoiceTypeCode
ExtendedPrecedingInvoiceReference. getPrecedingInvoiceTypecode()
EXT:Preceding invoive TypeCodeMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.InvoiceTypeCode Modifier and Type Method Description Invoice
Invoice. setInvoiceTypeCode(Codes.InvoiceTypeCode value)
ExtendedPrecedingInvoiceReference
ExtendedPrecedingInvoiceReference. setPrecedingInvoiceTypecode(Codes.InvoiceTypeCode value)
Constructors in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.InvoiceTypeCode Constructor Description Invoice(IdentifierType invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, Codes.Currency invoiceCurrencyCode)
Creates an Invoice object -
Uses of Codes.InvoiceTypeCode in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum that return Codes.InvoiceTypeCode Modifier and Type Method Description Codes.InvoiceTypeCode
Invoice. getInvoiceTypeCode()
BT-3:Invoice type codeMethods in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.InvoiceTypeCode Modifier and Type Method Description Invoice
Invoice. setInvoiceTypeCode(Codes.InvoiceTypeCode value)
Constructors in com.fourjs.report.facturx.profiles.minimum with parameters of type Codes.InvoiceTypeCode Constructor Description Invoice(IdentifierType invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, String sellerName, String buyerName, Codes.Currency invoiceCurrencyCode, Amount invoiceTotalAmountWithoutVAT, Amount invoiceTotalAmountWithVAT, Amount amountDueForPayment)
Creates an Invoice object
-