Class IndividualIdentification
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.IndividualIdentification
Represents our registration of information used as proof of identity by an individual (passport, national identity card, driver’s license, social security number, birth certificate).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentItem(Attachment attachmentItem) attachment(List<Attachment> attachment) boolean@Valid List<Attachment>An attachment ref or value (AttachmentRefOrValue).@NotNull StringA string.@NotNull StringA string.A string.@Valid DateA date time (DateTime).@Valid TimePeriodGet validForinthashCode()identificationId(String identificationId) identificationType(String identificationType) issuingAuthority(String issuingAuthority) issuingDate(Date issuingDate) voidsetAttachment(List<Attachment> attachment) voidsetIdentificationId(String identificationId) voidsetIdentificationType(String identificationType) voidsetIssuingAuthority(String issuingAuthority) voidsetIssuingDate(Date issuingDate) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
IndividualIdentification
public IndividualIdentification()
-
-
Method Details
-
identificationId
-
getIdentificationId
A string. Identifier.- Returns:
- identificationId
-
setIdentificationId
-
identificationType
-
getIdentificationType
A string. Identification type (passport, national identity card, driver’s license, social security number, birth certificate).- Returns:
- identificationType
-
setIdentificationType
-
issuingAuthority
-
getIssuingAuthority
A string. Authority which has issued the identifier, such as: social security, town hall.- Returns:
- issuingAuthority
-
setIssuingAuthority
-
issuingDate
-
getIssuingDate
A date time (DateTime). Date at which the identifier was issued.- Returns:
- issuingDate
-
setIssuingDate
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
attachment
-
addAttachmentItem
-
getAttachment
An attachment ref or value (AttachmentRefOrValue). An attachment by value or by reference.- Returns:
- attachment
-
setAttachment
-
equals
-
hashCode
public int hashCode() -
toString
-