Class TCImportMeasureConditionDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v2.TCImportMeasureConditionDTO

public class TCImportMeasureConditionDTO extends Object
Describes a conditional rate within a TCImportMeasureDTO.
  • Field Details

    • typeCode

      public String typeCode
      Type code of this condition.
    • sequenceNumber

      public String sequenceNumber
      Sequential index, identifying the order of this condition within its associated measure.
    • action

      public String action
      Identifier representing the action associated with this condition.
    • conditionRate

      public TCImportMeasureRateComponentDTO conditionRate
      Hierarchical structure representing the condition's conditional rate calculation expression.
    • actionRate

      Hierarchical structure representing the condition's action rate calculation expression.
    • certificates

      public TCImportMeasureCertificateDTO[] certificates
      List of certificates applying to this condition.
  • Constructor Details

    • TCImportMeasureConditionDTO

      public TCImportMeasureConditionDTO()