| Package | Description |
|---|---|
| io.konik.zugferd.entity |
|
| io.konik.zugferd.entity.trade |
|
| io.konik.zugferd.entity.trade.item |
|
| io.konik.zugferd.unece.codes |
Data Types package created from UN/EDIFACT Core Components Library (UN/CCL)
|
| Modifier and Type | Field and Description |
|---|---|
protected TaxCategory |
CommonTax.category |
| Modifier and Type | Method and Description |
|---|---|
TaxCategory |
CommonTax.getCategory()
|
TaxCategory |
AppliedTax.getCategory()
|
| Modifier and Type | Method and Description |
|---|---|
CommonTax |
CommonTax.setCategory(TaxCategory value)
|
AppliedTax |
AppliedTax.setCategory(TaxCategory value)
|
| Modifier and Type | Method and Description |
|---|---|
TaxCategory |
TradeTax.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
TradeTax |
TradeTax.setCategory(TaxCategory value) |
| Modifier and Type | Method and Description |
|---|---|
TaxCategory |
SpecifiedTax.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedTax |
SpecifiedTax.setCategory(TaxCategory value) |
| Modifier and Type | Method and Description |
|---|---|
static TaxCategory |
TaxCategory.getByCode(String code)
|
static TaxCategory |
TaxCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxCategory[] |
TaxCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Konik.io. All Rights Reserved.