Package de.aeb.xnsg.customs.dto.ext.eu
Class ICProducedDocumentEUDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.eu.ICProducedDocumentEUDTO
DTO to hold data for EU produced documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAmount which relates to the given document type.Indicates that the document is available to the person concerned.Additional free text field.Provides detailed information on the documentDocument line item number.Deprecated.Specific document type.Date of expiry.Date of information/issue.Issuing authority name.Different coding for the document required for reporting to customs.Quantity to be declared for the produced document, e.g. decrement quantity for licenses/quotas (SAD box 44).Free text field for a document reference.Code specifying the status of a document.Code specifying the name of a document. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
documentType
Specific document type.- 'SUPPORTING' for produced documents (called supporting documents in current UCC)
- 'TRANSPORT' for transport documents
- 'ADDITIONAL_REFERENCE' for additional reference documents
this field might be omitted
- for customs systems that do not differentiate the three types. I.e. that have not yet implemented the current UCC. Transitions into customs processes that do not differentiate will ignore the type if filled.
- if the document type is not known to the host system. In this case the transition into a customs process that differentiates the types will try to determine the document type based on the master data in the system.
length=25
-
typeCode
Code specifying the name of a document. Qualifier has to be separated with a "/".length=9
-
reference
Free text field for a document reference.length=70
-
informationDate
Date of information/issue. -
expiryDate
Date of expiry. -
quantity
Quantity to be declared for the produced document, e.g. decrement quantity for licenses/quotas (SAD box 44). -
amount
Amount which relates to the given document type. -
complementaryInfo
Additional free text field.length=35
-
statusCode
Code specifying the status of a document.length=2
-
documentPart
Deprecated.Identifies a part of a document (e.g. a licence line).length=5
-
detail
Provides detailed information on the documentlength=12
-
atHand
Indicates that the document is available to the person concerned. -
procedureSpecificDocumentCode
Different coding for the document required for reporting to customs.length=12
-
issuingAuthorityName
Issuing authority name.length=70
-
documentLineItemNumber
Document line item number.length=5
-
-
Constructor Details
-
ICProducedDocumentEUDTO
public ICProducedDocumentEUDTO()
-