Class LISMeansOfTransportDTO

java.lang.Object
de.aeb.xnsg.lis.bf.LISMeansOfTransportDTO

public class LISMeansOfTransportDTO extends Object
DTO for means of transports.
  • Field Details

    • meansOfTransportNumber

      public String meansOfTransportNumber
      Registration number of the means of transport. SG8/TDT segment (19)

      length=40

    • description

      public String description
      The means of transport number translated into plain text. The description of the means of transport, e.g. the vehicle

      length=50

    • type

      public String type
      The type of the means of transport, e.g. the brand of the vehicle.

      length=30

    • name

      public String name
      The name of the means of transport, e.g. a ship's name.

      length=50

    • countryISOCode

      public String countryISOCode
      The origin country of the means of transport or the country where it is registered.

      length=2

  • Constructor Details

    • LISMeansOfTransportDTO

      public LISMeansOfTransportDTO()