Class ICDeliveryGMRCHDTO

java.lang.Object
de.aeb.xnsg.customs.dto.ext.ch.ICDeliveryGMRCHDTO

public class ICDeliveryGMRCHDTO extends Object
CH specific extension data for a goods movement record.
  • Field Details

    • producedDocuments

      public ICProducedDocumentEUDTO[] producedDocuments
      List of produced documents.
    • additionalOperations

      public ICAdditionalOperationCHDTO[] additionalOperations
      List of additional operations.
    • otherRecipients

      public String[] otherRecipients
      List of other recipients identification numbers.

      max entries=3

    • emptyJourney

      public Boolean emptyJourney
      Indicates the transport is an empty journey.
    • additionalInformation

      public String additionalInformation
      Additional information for the goods movement.
    • direction

      public String direction
      Direction of movement. Valid values are ENTRY and EXIT.
    • voyageId

      public String voyageId
      Voyage ID for the goods movement.

      length=79

    • loadingUnitContainerType

      public String loadingUnitContainerType
      Loading unit container type for the goods movement.

      length=35

    • loadingUnitType

      public String loadingUnitType
      Loading unit type for the goods movement.
      • 'CONTAINER' for container
      • 'RAIL_CARRIAGE' for trains
      • 'SEMI_TRAILER' for semi-trailer
      • 'SWAP_BODY' for swap bodies
      • 'TRUCK' for trucks
      • 'UNIT_LOAD_DEVICE' for unit load devices
      • 'VESSEL' for vessels

      length=35

    • loadingUnitId

      public String loadingUnitId
      Loading unit identification number for the goods movement.

      length=35

  • Constructor Details

    • ICDeliveryGMRCHDTO

      public ICDeliveryGMRCHDTO()