Uses of Class
com.fourjs.report.facturx.profiles.minimum.Identifier
-
Packages that use Identifier Package Description com.fourjs.report.facturx.profiles.minimum -
-
Uses of Identifier in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum that return Identifier Modifier and Type Method Description static Identifier
Identifier. fromString(String value)
Identifier
Invoice. getBuyerLegalOrganizationIdentifer()
BT-47:Buyer legal registration identifierIdentifier
Invoice. getInvoiceNumber()
BT-1:Invoice numberIdentifier
Invoice. getSellerLegalOrganizationIdentifer()
BT-30:Seller legal registration identifierIdentifier
SellerVATIdentifier. getSellerVATIdentifier()
BT-31:Seller VAT identifierIdentifier
Invoice. getSpecificationIdentifier()
BT-24:Specification identifierstatic Identifier
Identifier. valueOf(String value)
Methods in com.fourjs.report.facturx.profiles.minimum with parameters of type Identifier Modifier and Type Method Description Invoice
Invoice. setBuyerLegalOrganizationIdentifer(Identifier value)
Invoice
Invoice. setInvoiceNumber(Identifier value)
Invoice
Invoice. setSellerLegalOrganizationIdentifer(Identifier value)
SellerVATIdentifier
SellerVATIdentifier. setSellerVATIdentifier(Identifier value)
Constructors in com.fourjs.report.facturx.profiles.minimum with parameters of type Identifier Constructor Description Invoice(Identifier invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, String sellerName, String buyerName, Codes.Currency invoiceCurrencyCode, Amount invoiceTotalAmountWithoutVAT, Amount invoiceTotalAmountWithVAT, Amount amountDueForPayment)
Creates an Invoice object
-