Package de.aeb.xnsg.tariffcontent.bf.v2
Class TCImportMeasureConditionDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v2.TCImportMeasureConditionDTO
Describes a conditional rate within a
TCImportMeasureDTO.-
Field Summary
FieldsModifier and TypeFieldDescriptionIdentifier representing the action associated with this condition.Hierarchical structure representing the condition's action rate calculation expression.List of certificates applying to this condition.Hierarchical structure representing the condition's conditional rate calculation expression.Sequential index, identifying the order of this condition within its associated measure.Type code of this condition. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
typeCode
Type code of this condition. -
sequenceNumber
Sequential index, identifying the order of this condition within its associated measure. -
action
Identifier representing the action associated with this condition. -
conditionRate
Hierarchical structure representing the condition's conditional rate calculation expression. -
actionRate
Hierarchical structure representing the condition's action rate calculation expression. -
certificates
List of certificates applying to this condition.
-
-
Constructor Details
-
TCImportMeasureConditionDTO
public TCImportMeasureConditionDTO()
-