Class SupplementaryCodeElementInfoDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v3.SupplementaryCodeElementInfoDTO

public class SupplementaryCodeElementInfoDTO extends Object
DTO to hold one type-casted supplementary information about a code element.
  • Field Details

    • type

      public String type
      Type to identify the sort of information given.

      The possible values, see de.aeb.xnsg.tariffcontent.bf.v3.InfoTypes

      length=20

    • text

      public String text
      The information in textual form. In most cases to be expected only some code or single term.

      length=255

  • Constructor Details

    • SupplementaryCodeElementInfoDTO

      public SupplementaryCodeElementInfoDTO(String type, String text)