Package de.aeb.xnsg.dl.bf
Class DLReferenceTextUCDDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLReferenceTextUCDDTO
- All Implemented Interfaces:
IDLReferenceTextDTO
DTO for reference numbers and texts of a certain (predefined) type.
This is the same DTO like
This is the same DTO like
DLReferenceTextDTO, but supports fewer types
especially for the IDLCarrierBF.updateCustomsData(DLUpdateCustomsDataRequestDTO)
(UCD) BF method.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe type of the reference number or text.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe value of the reference number or text. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_INVOICE_NUMBER
- See Also:
-
TYPE_CUSTOMS_REGISTRATION_NUMBER
- See Also:
-
TYPE_RECEIVER_EORI_NUMBER
- See Also:
-
TYPE_IMPORTER_EORI_NUMBER
- See Also:
-
TYPE_RECEIVER_VAT_NUMBER
- See Also:
-
TYPE_IMPORTER_VAT_NUMBER
- See Also:
-
TYPE_SHIPPER_IOSS_NUMBER
- See Also:
-
TYPE_SHIPPER_VOEC_NUMBER
- See Also:
-
TYPE_SHIPPER_PVA_NUMBER
- See Also:
-
TYPE_CUSTOMS_AGENT_EORI_NUMBER
- See Also:
-
TYPE_CUSTOMS_AGENT_VAT_NUMBER
- See Also:
-
TYPE_CUSTOMS_AGENT_UKIMS_NUMBER
- See Also:
-
TYPE_RECEIVER_UKIMS_NUMBER
- See Also:
-
TYPE_IMPORTER_UKIMS_NUMBER
- See Also:
-
TYPE_CUSTOMS_AGENT_DUTY_DEFERMENT_NUMBER
- See Also:
-
TYPE_CUSTOMS_AGENT_DUTY_DEFERMENT_NUMBER_NORMALIZED
- See Also:
-
TYPE_RECEIVER_DUTY_DEFERMENT_NUMBER
- See Also:
-
TYPE_IMPORTER_DUTY_DEFERMENT_NUMBER
- See Also:
-
TYPE_EKAER_NUMBER
- See Also:
-
TYPE_UIT_NUMBER
- See Also:
-
TYPE_SENT_NUMBER
- See Also:
-
TYPE_ACID_NUMBER
- See Also:
-
type
The type of the reference number or text. Valid values are:
- ACID_NUMBER - Advance Cargo Information Approval Number used to identify a pre-arrival cargo information filing within customs or governmental clearance processes.
- CUSTOMS_AGENT_DUTY_DEFERMENT_NUMBER - Customs agent duty deferment number.
- CUSTOMS_AGENT_EORI_NUMBER - Customs agent EORI number.
- CUSTOMS_AGENT_UKIMS_NUMBER - Customs agent UKIMS number.
- CUSTOMS_AGENT_VAT_NUMBER - Customs agent VAT number.
- CUSTOMS_REGISTRATION_NUMBER - Customs registration number.
- EKAER_NUMBER - EKAER number.
- IMPORTER_DUTY_DEFERMENT_NUMBER - Importer duty deferment number.
- IMPORTER_EORI_NUMBER - Importer EORI number.
- IMPORTER_UKIMS_NUMBER - Importer UKIMS number.
- IMPORTER_VAT_NUMBER - Importer VAT number.
- INVOICE_NUMBER - Invoice number.
- RECEIVER_DUTY_DEFERMENT_NUMBER - Receiver duty deferment number.
- RECEIVER_EORI_NUMBER - Receiver EORI number.
- RECEIVER_UKIMS_NUMBER - Receiver UKIMS number.
- RECEIVER_VAT_NUMBER - Receiver VAT number.
- SENT_NUMBER - SENT number.
- SHIPPER_IOSS_NUMBER - Shipper IOSS (Import OneStopShop) registration number.
- SHIPPER_PVA_NUMBER - Shipper PVA (British Postponed VAT Accounting) registration number.
- SHIPPER_VOEC_NUMBER - Shipper VOEC (Norwegian VAT on eCommerce) registration number.
- UIT_NUMBER - UIT number.
Shortened aliases (up to 30 chars) are supported for inbound APIs (towards CCO), e.g.:
- CUSTOMS_AGENT_DUTYDEFERMENT_NO instead of CUSTOMS_AGENT_DUTY_DEFERMENT_NUMBER
Outbound APIs always return the original long values for backward compatibility.
length=35
-
value
The value of the reference number or text.length=500
-
-
Constructor Details
-
DLReferenceTextUCDDTO
public DLReferenceTextUCDDTO()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceIDLReferenceTextDTO
-
getValue
- Specified by:
getValuein interfaceIDLReferenceTextDTO
-