| 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 TaxCode |
CommonTax.type |
| Modifier and Type | Method and Description |
|---|---|
TaxCode |
CommonTax.getType()
|
TaxCode |
AppliedTax.getType()
|
| Modifier and Type | Method and Description |
|---|---|
CommonTax |
CommonTax.setType(TaxCode taxTypeCode)
|
AppliedTax |
AppliedTax.setType(TaxCode taxTypeCode)
|
| 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 |
SpecifiedTax.getType() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedTax |
SpecifiedTax.setType(TaxCode taxTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
static TaxCode |
TaxCode.getByCode(String description)
|
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 Konik.io. All Rights Reserved.