Class IndividualIdentification
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.IndividualIdentification
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class IndividualIdentification
extends Object
Represents our registration of information used as proof of identity by an individual (passport, national identity card, drivers license, social security number, birth certificate)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) attachment(AttachmentRefOrValue attachment) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationships@Valid AttachmentRefOrValueGet attachmentWhen sub-classing, this defines the sub-class entity nameIdentifierIdentification type (passport, national identity card, drivers license, social security number, birth certificate)Authority which has issued the identifier, such as: social security, town hall@Valid DateDate at which the identifier was issued@Valid TimePeriodThe period for which the identification information is valid.inthashCode()identificationId(String identificationId) identificationType(String identificationType) issuingAuthority(String issuingAuthority) issuingDate(Date issuingDate) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidsetAttachment(AttachmentRefOrValue attachment) voidvoidsetIdentificationId(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
Identifier- Returns:
- identificationId
-
setIdentificationId
-
identificationType
-
getIdentificationType
Identification type (passport, national identity card, drivers license, social security number, birth certificate)- Returns:
- identificationType
-
setIdentificationType
-
issuingAuthority
-
getIssuingAuthority
Authority which has issued the identifier, such as: social security, town hall- Returns:
- issuingAuthority
-
setIssuingAuthority
-
issuingDate
-
getIssuingDate
Date at which the identifier was issued- Returns:
- issuingDate
-
setIssuingDate
-
attachment
-
getAttachment
Get attachment- Returns:
- attachment
-
setAttachment
-
validFor
-
getValidFor
The period for which the identification information is valid.- Returns:
- validFor
-
setValidFor
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-