Package de.aeb.xnsg.customs.dto.ext.ch
Class ICDeliveryGMRCHDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.ch.ICDeliveryGMRCHDTO
CH specific extension data for a goods movement record.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional information for the goods movement.List of additional operations.Direction of movement.Indicates the transport is an empty journey.Loading unit container type for the goods movement.Loading unit identification number for the goods movement.Loading unit type for the goods movement.String[]List of other recipients identification numbers.List of produced documents.Voyage ID for the goods movement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
producedDocuments
List of produced documents. -
additionalOperations
List of additional operations. -
otherRecipients
List of other recipients identification numbers.max entries=3
-
emptyJourney
Indicates the transport is an empty journey. -
additionalInformation
Additional information for the goods movement. -
direction
Direction of movement. Valid values are ENTRY and EXIT. -
voyageId
Voyage ID for the goods movement.length=79
-
loadingUnitContainerType
Loading unit container type for the goods movement.length=35
-
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
Loading unit identification number for the goods movement.length=35
-
-
Constructor Details
-
ICDeliveryGMRCHDTO
public ICDeliveryGMRCHDTO()
-