Class IndividualIdentification

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.IndividualIdentification

@Deprecated(since="2208") public class IndividualIdentification extends Object
Deprecated.
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 Details

    • IndividualIdentification

      public IndividualIdentification()
      Deprecated.
  • Method Details

    • identificationId

      public IndividualIdentification identificationId(String identificationId)
      Deprecated.
    • getIdentificationId

      public String getIdentificationId()
      Deprecated.
      Identifier
      Returns:
      identificationId
    • setIdentificationId

      public void setIdentificationId(String identificationId)
      Deprecated.
    • identificationType

      public IndividualIdentification identificationType(String identificationType)
      Deprecated.
    • getIdentificationType

      public String getIdentificationType()
      Deprecated.
      Identification type (passport, national identity card, drivers license, social security number, birth certificate)
      Returns:
      identificationType
    • setIdentificationType

      public void setIdentificationType(String identificationType)
      Deprecated.
    • issuingAuthority

      public IndividualIdentification issuingAuthority(String issuingAuthority)
      Deprecated.
    • getIssuingAuthority

      public String getIssuingAuthority()
      Deprecated.
      Authority which has issued the identifier, such as: social security, town hall
      Returns:
      issuingAuthority
    • setIssuingAuthority

      public void setIssuingAuthority(String issuingAuthority)
      Deprecated.
    • issuingDate

      public IndividualIdentification issuingDate(Date issuingDate)
      Deprecated.
    • getIssuingDate

      @Valid public @Valid Date getIssuingDate()
      Deprecated.
      Date at which the identifier was issued
      Returns:
      issuingDate
    • setIssuingDate

      public void setIssuingDate(Date issuingDate)
      Deprecated.
    • attachment

      public IndividualIdentification attachment(AttachmentRefOrValue attachment)
      Deprecated.
    • getAttachment

      @Valid public @Valid AttachmentRefOrValue getAttachment()
      Deprecated.
      Get attachment
      Returns:
      attachment
    • setAttachment

      public void setAttachment(AttachmentRefOrValue attachment)
      Deprecated.
    • validFor

      public IndividualIdentification validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public IndividualIdentification atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public IndividualIdentification atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public IndividualIdentification atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object