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 |
---|---|
TaxCategory |
Tax.getCategory()
Gets the tax category.
|
TaxCategory |
AppliedTax.getCategory()
Gets the tax category.
|
Modifier and Type | Method and Description |
---|---|
Tax |
Tax.setCategory(TaxCategory taxCategory)
Sets the tax category.
|
AppliedTax |
AppliedTax.setCategory(TaxCategory taxCategory)
Sets the tax category.
|
Modifier and Type | Method and Description |
---|---|
TaxCategory |
TradeTax.getCategory() |
Modifier and Type | Method and Description |
---|---|
TradeTax |
TradeTax.setCategory(TaxCategory taxCategory) |
Modifier and Type | Method and Description |
---|---|
TaxCategory |
ItemTax.getCategory() |
Modifier and Type | Method and Description |
---|---|
SpecifiedTax |
ItemTax.setCategory(TaxCategory value) |
Modifier and Type | Method and Description |
---|---|
static TaxCategory |
TaxCategory.getByCode(java.lang.String code)
Retrieves a TaxCategoryCode the by the given code.
|
static TaxCategory |
TaxCategory.valueOf(java.lang.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-2018 Konik.io. All Rights Reserved.