Class ICGetCodesRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.codes.ICGetCodesRequestDTO
- All Implemented Interfaces:
CustomsProcessTypeDTOProvider
public class ICGetCodesRequestDTO
extends AbstractRequestDTO
implements CustomsProcessTypeDTOProvider
Request for a desired code list.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdent code of the code list which will be returned.static final StringPossible messageIdentCode: \"CUSTOMS_PROCESS_NOT_CONFIGURED\": The given customs process has not been set up completely for the client.Deprecated.The specific customs process.
This field is mandatory.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
CUSTOMS_PROCESS_NOT_CONFIGURED
Possible messageIdentCode: \"CUSTOMS_PROCESS_NOT_CONFIGURED\": The given customs process has not been set up completely for the client.- See Also:
-
customsProcess
Deprecated.The identification of the customs process.
This field is optional.length=20
-
customsProcessType
The specific customs process.
This field is mandatory. -
codeListCode
Ident code of the code list which will be returned. To retrieve a possible list of inputs useCODELISTSas input.
This field is mandatory.length=50
-
-
Constructor Details
-
ICGetCodesRequestDTO
public ICGetCodesRequestDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-
getCustomsProcessCode
-