Package de.aeb.xnsg.tariffcontent.bf.v2
Class TCImportMeasureRateComponentDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v2.TCImportMeasureRateComponentDTO
Result DTO representing one rate component of an import measure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionNumeric value of this rate componentAmbient condition (e.g. temperature) by which the rate component's quantity of interest is measured.Determines the rate component's calculation typeSpecifies the currency's unit of measurement. 100 defines 1/100 of a main unit of the currency. 0 defines the main unit.ISO-code of the currency of this rate componentPart of the commodity of which the rate component's quantity of interest is measured.List of sub-components this rate component makes use of.Determines how this subcomponent is used within the main component's calculationCode of this rate component's calculation type ("abArt")Unit code of the rate componentUnit multiplier of the rate componentUnit qualifier of the rate component -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
calculationType
Determines the rate component's calculation type -
subcomponentType
Determines how this subcomponent is used within the main component's calculation -
typeCode
Code of this rate component's calculation type ("abArt")length=2
-
unit
Unit code of the rate componentlength=3
-
unitQualifier
Unit qualifier of the rate componentlength=1
-
unitMultiplier
Unit multiplier of the rate component -
amount
Numeric value of this rate component -
currencyIsoCode
ISO-code of the currency of this rate componentlength=3
-
currencyFraction
Specifies the currency's unit of measurement. 100 defines 1/100 of a main unit of the currency. 0 defines the main unit. -
part
Part of the commodity of which the rate component's quantity of interest is measured.length=20
-
basis
Ambient condition (e.g. temperature) by which the rate component's quantity of interest is measured.length=20
-
subComponents
List of sub-components this rate component makes use of. This includes min/max bounds
-
-
Constructor Details
-
TCImportMeasureRateComponentDTO
public TCImportMeasureRateComponentDTO()
-