Class FTMCKnCodeCertificateDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.v1.FTMCKnCodeCertificateDTO

public class FTMCKnCodeCertificateDTO extends Object
DTO to hold data of a certificate/document which belongs to a KN code classification
  • Field Details

    • validFrom

      public FTMCDateDTO validFrom
      Date from which the document is valid.
    • validTo

      public FTMCDateDTO validTo
      Date to which the document is valid.
    • certificateType

      public FTMCKnCodeCertificateTypeDTO certificateType

      Type of the certificate/document.

    • geoId

      public String 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

      public String certReference

      Reference which belongs to the document;

      length=35

    • certDateOfIssue

      public FTMCDateDTO certDateOfIssue

      Date of issue of the document.

    • certEndOfValidity

      public FTMCDateDTO certEndOfValidity

      End of validity of the document.

    • certDetail

      public String certDetail

      Detail description which belongs to the document;

      length=10

    • certAdditionalExpl

      public String certAdditionalExpl

      Additional explanation which belongs to the document;

      length=35

  • Constructor Details

    • FTMCKnCodeCertificateDTO

      public FTMCKnCodeCertificateDTO()