Package de.aeb.xnsg.tariffcontent.bf
Class TCKnCodeCertProposalRequestDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
de.aeb.xnsg.tariffcontent.bf.TCKnCodeCertProposalRequestDTO
DTO to hold request data to get certificate/document proposals.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDate for which the proposals must be valid.ISO code of the language of the descriptions.ISO code of the country of destination.KN codeFields inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
clientIdentCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aeb.xnsg.tariffcontent.bf.TCRequestDTO
equals, hashCode
-
Field Details
-
knCode
KN codelength=8
-
decisiveDate
Date for which the proposals must be valid. -
destinationISOCode
ISO code of the country of destination.length=2
-
descLanguageISOCode
ISO code of the language of the descriptions. This field might be left empty. In this case German will be used as default.length=2
-
-
Constructor Details
-
TCKnCodeCertProposalRequestDTO
public TCKnCodeCertProposalRequestDTO()
-