| Package | Description |
|---|---|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
| io.konik.zugferd.entity.trade.item |
Contains the model entities that are part of invoice→trade→item
|
| io.konik.zugferd.unece.codes |
Data Types package created from UN/EDIFACT Core Components Library (UN/CCL)
|
| Modifier and Type | Method and Description |
|---|---|
TaxCode |
Tax.getType()
Gets the UNCL 5153 tax type code.
|
TaxCode |
AppliedTax.getType()
Gets the UNCL 5153 tax type code.
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
Tax.setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
|
AppliedTax |
AppliedTax.setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
|
| Modifier and Type | Method and Description |
|---|---|
TaxCode |
TradeTax.getType() |
| Modifier and Type | Method and Description |
|---|---|
TradeTax |
TradeTax.setType(TaxCode taxTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
TaxCode |
ItemTax.getType() |
| Modifier and Type | Method and Description |
|---|---|
ItemTax |
ItemTax.setType(TaxCode taxTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
static TaxCode |
TaxCode.getByCode(String description)
Gets the type by code.
|
static TaxCode |
TaxCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxCode[] |
TaxCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.