Package de.aeb.xnsg.ftmc.bf.v1
Class FTMCKnCodeCertificateDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.v1.FTMCKnCodeCertificateDTO
DTO to hold data of a certificate/document which belongs to a KN code classification
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional explanation which belongs to the document;Date of issue of the document.Detail description which belongs to the document;End of validity of the document.Type of the certificate/document.Reference which belongs to the document;The ISO code of the country (2 letter code) or the ID of the country group for which the document is valid.Date from which the document is valid.Date to which the document is valid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
validFrom
Date from which the document is valid. -
validTo
Date to which the document is valid. -
certificateType
Type of the certificate/document.
-
geoId
The ISO code of the country (2 letter code) or the ID of the country group for which the document is valid.
length=10
-
certReference
Reference which belongs to the document;
length=35
-
certDateOfIssue
Date of issue of the document.
-
certEndOfValidity
End of validity of the document.
-
certDetail
Detail description which belongs to the document;
length=10
-
certAdditionalExpl
Additional explanation which belongs to the document;
length=35
-
-
Constructor Details
-
FTMCKnCodeCertificateDTO
public FTMCKnCodeCertificateDTO()
-