public class BasicProfileImp extends Object implements IBasicProfile
| Modifier and Type | Field and Description |
|---|---|
protected String |
allowanceTotalAmount
The allowance total amount.
|
protected String |
allowanceTotalAmountCurrencyID
The allowance total amount currency ID.
|
protected String |
buyerCityName
The buyer city name.
|
protected String |
buyerCountryID
The buyer country ID.
|
protected String |
buyerLineOne
The buyer line one.
|
protected String |
buyerLineTwo
The buyer line two.
|
protected String |
buyerName
The buyer name.
|
protected String |
buyerPostcode
The buyer postcode.
|
protected List<String> |
buyerTaxRegistrationID
The buyer tax registration ID.
|
protected List<String> |
buyerTaxRegistrationSchemeID
The buyer tax registration scheme ID.
|
protected String |
chargeTotalAmount
The charge total amount.
|
protected String |
chargeTotalAmountCurrencyID
The charge total amount currency ID.
|
protected Date |
date
The date.
|
protected String |
dateFormat
The date format.
|
protected Date |
deliveryDate
The delivery date.
|
protected String |
deliveryDateFormat
The delivery date format.
|
protected String |
grandTotalAmount
The grand total amount.
|
protected String |
grandTotalAmountCurrencyID
The grand total amount currency ID.
|
protected String |
id
The id.
|
protected String |
invoiceCurrencyCode
The invoice currency code.
|
protected List<String> |
lineItemBilledQuantity
The line item billed quantity.
|
protected List<String> |
lineItemBilledQuantityUnitCode
The line item billed quantity unit code.
|
protected List<String> |
lineItemSpecifiedTradeProductName
The line item specified trade product name.
|
protected String |
lineTotalAmount
The line total amount.
|
protected String |
lineTotalAmountCurrencyID
The line total amount currency ID.
|
protected String |
name
The name.
|
protected List<String[]> |
notes
The notes.
|
protected List<String> |
paymentMeansID
The payment means ID.
|
protected List<String> |
paymentMeansPayeeAccountIBAN
The payment means payee account IBAN.
|
protected List<String> |
paymentMeansPayeeAccountName
The payment means payee account name.
|
protected List<String> |
paymentMeansPayeeAccountProprietaryID
The payment means payee account proprietary ID.
|
protected List<String> |
paymentMeansPayeeFinancialInstitutionBIC
The payment means payee financial institution BIC.
|
protected List<String> |
paymentMeansPayeeFinancialInstitutionGermanBankleitzahlID
The payment means payee financial institution german bankleitzahl ID.
|
protected List<String> |
paymentMeansPayeeFinancialInstitutionName
The payment means payee financial institution name.
|
protected List<String> |
paymentMeansSchemeAgencyID
The payment means scheme agency ID.
|
protected String |
paymentReference
The payment reference.
|
protected String |
sellerCityName
The seller city name.
|
protected String |
sellerCountryID
The seller country ID.
|
protected String |
sellerLineOne
The seller line one.
|
protected String |
sellerLineTwo
The seller line two.
|
protected String |
sellerName
The seller name.
|
protected String |
sellerPostcode
The seller post code.
|
protected List<String> |
sellerTaxRegistrationID
The seller tax registration ID.
|
protected List<String> |
sellerTaxRegistrationSchemeID
The seller tax registration scheme ID.
|
protected List<String> |
taxApplicablePercent
The tax applicable percent.
|
protected List<String> |
taxBasisAmount
The tax basis amount.
|
protected List<String> |
taxBasisAmountCurrencyID
The tax basis amount currency ID.
|
protected String |
taxBasisTotalAmount
The tax basis total amount.
|
protected String |
taxBasisTotalAmountCurrencyID
The tax basis total amount currency ID.
|
protected List<String> |
taxCalculatedAmount
The tax calculated amount.
|
protected List<String> |
taxCalculatedAmountCurrencyID
The tax calculated amount currency ID.
|
protected String |
taxTotalAmount
The tax total amount.
|
protected String |
taxTotalAmountCurrencyID
The tax total amount currency ID.
|
protected List<String> |
taxTypeCode
The tax type code.
|
protected boolean |
test
The test.
|
protected String |
typeCode
The type code.
|
| Constructor and Description |
|---|
BasicProfileImp(boolean testIndicator)
Creates a new
BasicProfileImp instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addApplicableTradeTax(String calculatedAmount,
String calculatedAmountCurrencyID,
String typeCode,
String basisAmount,
String basisAmountCurrencyID,
String applicablePercent)
Adds the applicable trade tax.
|
void |
addBuyerTaxRegistration(String schemeID,
String taxId)
Adds the buyer tax registration.
|
void |
addIncludedSupplyChainTradeLineItem(String billedQuantity,
String billedQuantityUnitCode,
String specifiedTradeProductName)
Adds the included supply chain trade line item.
|
void |
addNote(String[] note)
Adds the note.
|
void |
addPaymentMeans(String schemeAgencyID,
String id,
String iban,
String accountname,
String proprietaryID,
String bic,
String germanBankleitzahlID,
String institutionname)
Adds the payment means.
|
void |
addSellerTaxRegistration(String schemeID,
String taxId)
Adds the seller tax registration.
|
String |
getAllowanceTotalAmount()
Gets the allowance total amount.
|
String |
getAllowanceTotalAmountCurrencyID()
Gets the allowance total amount currency ID.
|
String |
getBuyerCityName()
Gets the buyer city name.
|
String |
getBuyerCountryID()
Gets the buyer country ID.
|
String |
getBuyerLineOne()
Gets the buyer line one.
|
String |
getBuyerLineTwo()
Gets the buyer line two.
|
String |
getBuyerName()
Gets the buyer name.
|
String |
getBuyerPostcode()
Gets the buyer postcode.
|
String[] |
getBuyerTaxRegistrationID()
Gets the buyer tax registration ID.
|
String[] |
getBuyerTaxRegistrationSchemeID()
Gets the buyer tax registration scheme ID.
|
String |
getChargeTotalAmount()
Gets the charge total amount.
|
String |
getChargeTotalAmountCurrencyID()
Gets the charge total amount currency ID.
|
Date |
getDateTime()
Gets the date time.
|
String |
getDateTimeFormat()
Gets the date time format.
|
Date |
getDeliveryDateTime()
Gets the delivery date time.
|
String |
getDeliveryDateTimeFormat()
Gets the delivery date time format.
|
String |
getGrandTotalAmount()
Gets the grand total amount.
|
String |
getGrandTotalAmountCurrencyID()
Gets the grand total amount currency ID.
|
String |
getId()
Gets the id.
|
String |
getInvoiceCurrencyCode()
Gets the invoice currency code.
|
String[] |
getLineItemBilledQuantity()
Gets the line item billed quantity.
|
String[] |
getLineItemBilledQuantityUnitCode()
Gets the line item billed quantity unit code.
|
String[] |
getLineItemSpecifiedTradeProductName()
Gets the line item specified trade product name.
|
String |
getLineTotalAmount()
Gets the line total amount.
|
String |
getLineTotalAmountCurrencyID()
Gets the line total amount currency ID.
|
String |
getName()
Gets the name.
|
String[][] |
getNotes()
Gets the notes.
|
String[] |
getPaymentMeansID()
Gets the payment means ID.
|
String[] |
getPaymentMeansPayeeAccountAccountName()
Gets the payment means payee account account name.
|
String[] |
getPaymentMeansPayeeAccountIBAN()
Gets the payment means payee account IBAN.
|
String[] |
getPaymentMeansPayeeAccountProprietaryID()
Gets the payment means payee account proprietary ID.
|
String[] |
getPaymentMeansPayeeFinancialInstitutionBIC()
Gets the payment means payee financial institution BIC.
|
String[] |
getPaymentMeansPayeeFinancialInstitutionGermanBankleitzahlID()
Gets the payment means payee financial institution german bankleitzahl ID.
|
String[] |
getPaymentMeansPayeeFinancialInstitutionName()
Gets the payment means payee financial institution name.
|
String[] |
getPaymentMeansSchemeAgencyID()
Gets the payment means scheme agency ID.
|
String |
getPaymentReference()
Gets the payment reference.
|
String |
getSellerCityName()
Gets the seller city name.
|
String |
getSellerCountryID()
Gets the seller country ID.
|
String |
getSellerLineOne()
Gets the seller line one.
|
String |
getSellerLineTwo()
Gets the seller line two.
|
String |
getSellerName()
Gets the seller name.
|
String |
getSellerPostcode()
Gets the seller postcode.
|
String[] |
getSellerTaxRegistrationID()
Gets the seller tax registration ID.
|
String[] |
getSellerTaxRegistrationSchemeID()
Gets the seller tax registration scheme ID.
|
String[] |
getTaxApplicablePercent()
Gets the tax applicable percent.
|
String[] |
getTaxBasisAmount()
Gets the tax basis amount.
|
String[] |
getTaxBasisAmountCurrencyID()
Gets the tax basis amount currency ID.
|
String |
getTaxBasisTotalAmount()
Gets the tax basis total amount.
|
String |
getTaxBasisTotalAmountCurrencyID()
Gets the tax basis total amount currency ID.
|
String[] |
getTaxCalculatedAmount()
Gets the tax calculated amount.
|
String[] |
getTaxCalculatedAmountCurrencyID()
Gets the tax calculated amount currency ID.
|
String |
getTaxTotalAmount()
Gets the tax total amount.
|
String |
getTaxTotalAmountCurrencyID()
Gets the tax total amount currency ID.
|
String[] |
getTaxTypeCode()
Gets the tax type code.
|
boolean |
getTestIndicator()
Gets the test indicator.
|
String |
getTypeCode()
Gets the type code.
|
void |
setBuyerCityName(String buyerCityName)
Sets the buyer city name.
|
void |
setBuyerCountryID(String buyerCountryID)
Sets the buyer country ID.
|
void |
setBuyerLineOne(String buyerLineOne)
Sets the buyer line one.
|
void |
setBuyerLineTwo(String buyerLineTwo)
Sets the buyer line two.
|
void |
setBuyerName(String buyerName)
Sets the buyer name.
|
void |
setBuyerPostcode(String buyerPostcode)
Sets the buyer postcode.
|
void |
setDate(Date date,
String dateFormat)
Sets the date.
|
void |
setDeliveryDate(Date deliveryDate,
String deliveryDateFormat)
Sets the delivery date.
|
void |
setId(String id)
Sets the id.
|
void |
setInvoiceCurrencyCode(String invoiceCurrencyCode)
Sets the invoice currency code.
|
void |
setMonetarySummation(String lineTotalAmount,
String lineTotalAmountCurrencyID,
String chargeTotalAmount,
String chargeTotalAmountCurrencyID,
String allowanceTotalAmount,
String allowanceTotalAmountCurrencyID,
String taxBasisTotalAmount,
String taxBasisTotalAmountCurrencyID,
String taxTotalAmount,
String taxTotalAmountCurrencyID,
String grandTotalAmount,
String grandTotalAmountCurrencyID)
Sets the monetary summation.
|
void |
setName(String name)
Sets the name.
|
void |
setPaymentReference(String paymentReference)
Sets the payment reference.
|
void |
setSellerCityName(String sellerCityName)
Sets the seller city name.
|
void |
setSellerCountryID(String sellerCountryID)
Sets the seller country ID.
|
void |
setSellerLineOne(String sellerLineOne)
Sets the seller line one.
|
void |
setSellerLineTwo(String sellerLineTwo)
Sets the seller line two.
|
void |
setSellerName(String sellerName)
Sets the seller name.
|
void |
setSellerPostcode(String sellerPostcode)
Sets the seller postcode.
|
void |
setTest(boolean test)
Sets the test.
|
void |
setTypeCode(String typeCode)
Sets the type code.
|
protected String[] |
to1DArray(List<String> list)
To 1D array.
|
protected boolean[] |
to1DArrayB(List<Boolean> list)
To 1D array (for boolean values).
|
protected String[][] |
to2DArray(List<String[]> list)
To 2D array.
|
protected boolean[][] |
to2DArrayB(List<boolean[]> list)
To 2D array (for boolean values).
|
protected String[][][] |
to3DArray(List<String[][]> list)
To 3D array.
|
protected boolean test
protected String id
protected String name
protected String typeCode
protected Date date
protected String dateFormat
protected String sellerName
protected String sellerPostcode
protected String sellerLineOne
protected String sellerLineTwo
protected String sellerCityName
protected String sellerCountryID
protected List<String> sellerTaxRegistrationID
protected List<String> sellerTaxRegistrationSchemeID
protected String buyerName
protected String buyerPostcode
protected String buyerLineOne
protected String buyerLineTwo
protected String buyerCityName
protected String buyerCountryID
protected List<String> buyerTaxRegistrationSchemeID
protected Date deliveryDate
protected String deliveryDateFormat
protected String paymentReference
protected String invoiceCurrencyCode
protected List<String> paymentMeansSchemeAgencyID
protected List<String> paymentMeansPayeeAccountIBAN
protected List<String> paymentMeansPayeeAccountName
protected List<String> paymentMeansPayeeAccountProprietaryID
protected List<String> paymentMeansPayeeFinancialInstitutionBIC
protected List<String> paymentMeansPayeeFinancialInstitutionGermanBankleitzahlID
protected List<String> paymentMeansPayeeFinancialInstitutionName
protected List<String> taxCalculatedAmountCurrencyID
protected List<String> taxBasisAmountCurrencyID
protected String lineTotalAmount
protected String lineTotalAmountCurrencyID
protected String chargeTotalAmount
protected String chargeTotalAmountCurrencyID
protected String allowanceTotalAmount
protected String allowanceTotalAmountCurrencyID
protected String taxBasisTotalAmount
protected String taxBasisTotalAmountCurrencyID
protected String taxTotalAmount
protected String taxTotalAmountCurrencyID
protected String grandTotalAmount
protected String grandTotalAmountCurrencyID
protected List<String> lineItemBilledQuantityUnitCode
public BasicProfileImp(boolean testIndicator)
BasicProfileImp instance.testIndicator - the parameter that determines whether a test invoice is going to be created.
The test indicator can be used when implementing a newly developed system. It is to mark the
invoice as a "test" and thus not leading to vat issues.public boolean getTestIndicator()
IBasicProfilegetTestIndicator in interface IBasicProfilepublic String getId()
IBasicProfilegetId in interface IBasicProfilepublic String getName()
IBasicProfilegetName in interface IBasicProfilepublic String getTypeCode()
IBasicProfilegetTypeCode in interface IBasicProfilepublic Date getDateTime()
IBasicProfilegetDateTime in interface IBasicProfilepublic String getDateTimeFormat()
IBasicProfilegetDateTimeFormat in interface IBasicProfilepublic String[][] getNotes()
IBasicProfilegetNotes in interface IBasicProfilepublic String getSellerName()
IBasicProfilegetSellerName in interface IBasicProfilepublic String getSellerPostcode()
IBasicProfilegetSellerPostcode in interface IBasicProfilepublic String getSellerLineOne()
IBasicProfilegetSellerLineOne in interface IBasicProfilepublic String getSellerLineTwo()
IBasicProfilegetSellerLineTwo in interface IBasicProfilepublic String getSellerCityName()
IBasicProfilegetSellerCityName in interface IBasicProfilepublic String getSellerCountryID()
IBasicProfilegetSellerCountryID in interface IBasicProfilepublic String[] getSellerTaxRegistrationID()
IBasicProfilegetSellerTaxRegistrationID in interface IBasicProfilepublic String[] getSellerTaxRegistrationSchemeID()
IBasicProfilegetSellerTaxRegistrationSchemeID in interface IBasicProfilepublic String getBuyerName()
IBasicProfilegetBuyerName in interface IBasicProfilepublic String getBuyerPostcode()
IBasicProfilegetBuyerPostcode in interface IBasicProfilepublic String getBuyerLineOne()
IBasicProfilegetBuyerLineOne in interface IBasicProfilepublic String getBuyerLineTwo()
IBasicProfilegetBuyerLineTwo in interface IBasicProfilepublic String getBuyerCityName()
IBasicProfilegetBuyerCityName in interface IBasicProfilepublic String getBuyerCountryID()
IBasicProfilegetBuyerCountryID in interface IBasicProfilepublic String[] getBuyerTaxRegistrationID()
IBasicProfilegetBuyerTaxRegistrationID in interface IBasicProfilepublic String[] getBuyerTaxRegistrationSchemeID()
IBasicProfilegetBuyerTaxRegistrationSchemeID in interface IBasicProfilepublic Date getDeliveryDateTime()
IBasicProfilegetDeliveryDateTime in interface IBasicProfilepublic String getDeliveryDateTimeFormat()
IBasicProfilegetDeliveryDateTimeFormat in interface IBasicProfilepublic String getPaymentReference()
IBasicProfilegetPaymentReference in interface IBasicProfilepublic String getInvoiceCurrencyCode()
IBasicProfilegetInvoiceCurrencyCode in interface IBasicProfilepublic String[] getPaymentMeansID()
IBasicProfilegetPaymentMeansID in interface IBasicProfilepublic String[] getPaymentMeansSchemeAgencyID()
IBasicProfilegetPaymentMeansSchemeAgencyID in interface IBasicProfilepublic String[] getPaymentMeansPayeeAccountIBAN()
IBasicProfilegetPaymentMeansPayeeAccountIBAN in interface IBasicProfilepublic String[] getPaymentMeansPayeeAccountAccountName()
IBasicProfilegetPaymentMeansPayeeAccountAccountName in interface IBasicProfilepublic String[] getPaymentMeansPayeeAccountProprietaryID()
IBasicProfilegetPaymentMeansPayeeAccountProprietaryID in interface IBasicProfilepublic String[] getPaymentMeansPayeeFinancialInstitutionBIC()
IBasicProfilegetPaymentMeansPayeeFinancialInstitutionBIC in interface IBasicProfilepublic String[] getPaymentMeansPayeeFinancialInstitutionGermanBankleitzahlID()
IBasicProfilegetPaymentMeansPayeeFinancialInstitutionGermanBankleitzahlID in interface IBasicProfilepublic String[] getPaymentMeansPayeeFinancialInstitutionName()
IBasicProfilegetPaymentMeansPayeeFinancialInstitutionName in interface IBasicProfilepublic String[] getTaxCalculatedAmount()
IBasicProfilegetTaxCalculatedAmount in interface IBasicProfilepublic String[] getTaxCalculatedAmountCurrencyID()
IBasicProfilegetTaxCalculatedAmountCurrencyID in interface IBasicProfilepublic String[] getTaxTypeCode()
IBasicProfilegetTaxTypeCode in interface IBasicProfilepublic String[] getTaxBasisAmount()
IBasicProfilegetTaxBasisAmount in interface IBasicProfilepublic String[] getTaxBasisAmountCurrencyID()
IBasicProfilegetTaxBasisAmountCurrencyID in interface IBasicProfilepublic String[] getTaxApplicablePercent()
IBasicProfilegetTaxApplicablePercent in interface IBasicProfilepublic String getLineTotalAmount()
IBasicProfilegetLineTotalAmount in interface IBasicProfilepublic String getLineTotalAmountCurrencyID()
IBasicProfilegetLineTotalAmountCurrencyID in interface IBasicProfilepublic String getChargeTotalAmount()
IBasicProfilegetChargeTotalAmount in interface IBasicProfilepublic String getChargeTotalAmountCurrencyID()
IBasicProfilegetChargeTotalAmountCurrencyID in interface IBasicProfilepublic String getAllowanceTotalAmount()
IBasicProfilegetAllowanceTotalAmount in interface IBasicProfilepublic String getAllowanceTotalAmountCurrencyID()
IBasicProfilegetAllowanceTotalAmountCurrencyID in interface IBasicProfilepublic String getTaxBasisTotalAmount()
IBasicProfilegetTaxBasisTotalAmount in interface IBasicProfilepublic String getTaxBasisTotalAmountCurrencyID()
IBasicProfilegetTaxBasisTotalAmountCurrencyID in interface IBasicProfilepublic String getTaxTotalAmount()
IBasicProfilegetTaxTotalAmount in interface IBasicProfilepublic String getTaxTotalAmountCurrencyID()
IBasicProfilegetTaxTotalAmountCurrencyID in interface IBasicProfilepublic String getGrandTotalAmount()
IBasicProfilegetGrandTotalAmount in interface IBasicProfilepublic String getGrandTotalAmountCurrencyID()
IBasicProfilegetGrandTotalAmountCurrencyID in interface IBasicProfilepublic String[] getLineItemBilledQuantity()
IBasicProfilegetLineItemBilledQuantity in interface IBasicProfilepublic String[] getLineItemBilledQuantityUnitCode()
IBasicProfilegetLineItemBilledQuantityUnitCode in interface IBasicProfilepublic String[] getLineItemSpecifiedTradeProductName()
IBasicProfilegetLineItemSpecifiedTradeProductName in interface IBasicProfilepublic void setTest(boolean test)
test - the new testpublic void setId(String id)
id - the new idpublic void setName(String name)
name - the new namepublic void setTypeCode(String typeCode)
typeCode - the new type codepublic void setDate(Date date, String dateFormat)
date - the datedateFormat - the date formatpublic void addNote(String[] note)
note - the notepublic void setSellerName(String sellerName)
sellerName - the new seller namepublic void setSellerPostcode(String sellerPostcode)
sellerPostcode - the new seller postcodepublic void setSellerLineOne(String sellerLineOne)
sellerLineOne - the new seller line onepublic void setSellerLineTwo(String sellerLineTwo)
sellerLineTwo - the new seller line twopublic void setSellerCityName(String sellerCityName)
sellerCityName - the new seller city namepublic void setSellerCountryID(String sellerCountryID)
sellerCountryID - the new seller country IDpublic void addSellerTaxRegistration(String schemeID, String taxId)
schemeID - the scheme IDtaxId - the tax idpublic void setBuyerName(String buyerName)
buyerName - the new buyer namepublic void setBuyerPostcode(String buyerPostcode)
buyerPostcode - the new buyer postcodepublic void setBuyerLineOne(String buyerLineOne)
buyerLineOne - the new buyer line onepublic void setBuyerLineTwo(String buyerLineTwo)
buyerLineTwo - the new buyer line twopublic void setBuyerCityName(String buyerCityName)
buyerCityName - the new buyer city namepublic void setBuyerCountryID(String buyerCountryID)
buyerCountryID - the new buyer country IDpublic void addBuyerTaxRegistration(String schemeID, String taxId)
schemeID - the scheme IDtaxId - the tax idpublic void setDeliveryDate(Date deliveryDate, String deliveryDateFormat)
deliveryDate - the delivery datedeliveryDateFormat - the delivery date formatpublic void setPaymentReference(String paymentReference)
paymentReference - the new payment referencepublic void setInvoiceCurrencyCode(String invoiceCurrencyCode)
invoiceCurrencyCode - the new invoice currency codepublic void addPaymentMeans(String schemeAgencyID, String id, String iban, String accountname, String proprietaryID, String bic, String germanBankleitzahlID, String institutionname)
schemeAgencyID - the scheme agency IDid - the idiban - the ibanaccountname - the accountnameproprietaryID - the proprietary IDbic - the bicgermanBankleitzahlID - the german bankleitzahl IDinstitutionname - the institutionnamepublic void addApplicableTradeTax(String calculatedAmount, String calculatedAmountCurrencyID, String typeCode, String basisAmount, String basisAmountCurrencyID, String applicablePercent)
calculatedAmount - the calculated amountcalculatedAmountCurrencyID - the calculated amount currency IDtypeCode - the type codebasisAmount - the basis amountbasisAmountCurrencyID - the basis amount currency IDapplicablePercent - the applicable percentpublic void setMonetarySummation(String lineTotalAmount, String lineTotalAmountCurrencyID, String chargeTotalAmount, String chargeTotalAmountCurrencyID, String allowanceTotalAmount, String allowanceTotalAmountCurrencyID, String taxBasisTotalAmount, String taxBasisTotalAmountCurrencyID, String taxTotalAmount, String taxTotalAmountCurrencyID, String grandTotalAmount, String grandTotalAmountCurrencyID)
lineTotalAmount - the line total amountlineTotalAmountCurrencyID - the line total amount currency IDchargeTotalAmount - the charge total amountchargeTotalAmountCurrencyID - the charge total amount currency IDallowanceTotalAmount - the allowance total amountallowanceTotalAmountCurrencyID - the allowance total amount currency IDtaxBasisTotalAmount - the tax basis total amounttaxBasisTotalAmountCurrencyID - the tax basis total amount currency IDtaxTotalAmount - the tax total amounttaxTotalAmountCurrencyID - the tax total amount currency IDgrandTotalAmount - the grand total amountgrandTotalAmountCurrencyID - the grand total amount currency IDpublic void addIncludedSupplyChainTradeLineItem(String billedQuantity, String billedQuantityUnitCode, String specifiedTradeProductName)
billedQuantity - the billed quantitybilledQuantityUnitCode - the billed quantity unit codespecifiedTradeProductName - the specified trade product nameprotected String[] to1DArray(List<String> list)
list - the listprotected boolean[] to1DArrayB(List<Boolean> list)
list - the listprotected String[][] to2DArray(List<String[]> list)
list - the listprotected boolean[][] to2DArrayB(List<boolean[]> list)
list - the listCopyright © 1998–2018 iText Group NV. All rights reserved.