Class ICCancelDeclarationRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.cancellation.ICCancelDeclarationRequestDTO
- All Implemented Interfaces:
CustomsProcessTypeDTOProvider,CancellationParameterProvider
public class ICCancelDeclarationRequestDTO
extends AbstractRequestDTO
implements CustomsProcessTypeDTOProvider, CancellationParameterProvider
The request dto for the cancellation of declarations BF.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe unique business object id of the declaration which has to be cancelled.Specific customs process.The reason for the cancellation.The reason code for the cancellation.Specifies that Customs Management may request a cancellation in the customs system with the given reason.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
businessObjectId
The unique business object id of the declaration which has to be cancelled. This field is mandatory.length=50
-
reason
The reason for the cancellation. Must also be specified.length=300
-
reasonCode
The reason code for the cancellation. For list of possible reason codes see /InternationalCustomsBFBean/getCodes for CANCELLATION_REASON_CODE
This field is mandatory for Great Britain and Switzerland only.max. length=3
-
requestCancelAtCustoms
Specifies that Customs Management may request a cancellation in the customs system with the given reason. Currently only supported by some customs processes. -
customsProcess
Specific customs process.
-
-
Constructor Details
-
ICCancelDeclarationRequestDTO
public ICCancelDeclarationRequestDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-
getRequestCancelAtCustoms
- Specified by:
getRequestCancelAtCustomsin interfaceCancellationParameterProvider
-
getReason
- Specified by:
getReasonin interfaceCancellationParameterProvider
-
getReasonCode
- Specified by:
getReasonCodein interfaceCancellationParameterProvider
-