Package de.aeb.xnsg.customs.dto.common
Class ICCustomsSpecialProceduresDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICCustomsSpecialProceduresDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionCollection<@NotNull(groups=InvalidDataError.class) @Size(max=50,groups=InvalidDataError.class) String> List of identities (German: Nämlichkeiten) used for an inbound entry booking.List of references to booking requests. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
referencesRemoval
List of references to booking requests. Only relevant for removal bookings (outbound).
- optional
-
identitiesEntry
public Collection<@NotNull(groups=InvalidDataError.class) @Size(max=50,groups=InvalidDataError.class) String> identitiesEntryList of identities (German: Nämlichkeiten) used for an inbound entry booking.
- optional
- length (identity)=50
-
-
Constructor Details
-
ICCustomsSpecialProceduresDTO
public ICCustomsSpecialProceduresDTO()
-