com.ibm.commerce.foundation.common.datatypes

Interface PersonIdentifierType



  • public interface PersonIdentifierType
    A representation of the model object 'Person Identifier Type'. The type definition of a person identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPersonIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique identifier of the person.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getPersonIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()
      • getDistinguishedName

        java.lang.String getDistinguishedName()
        Returns the value of the 'Distinguished Name' attribute. The distinguished name of the person.
        Returns:
        the value of the 'Distinguished Name' attribute.
        See Also:
        setDistinguishedName(String), CommerceFoundationPackage.getPersonIdentifierType_DistinguishedName()
      • setDistinguishedName

        void setDistinguishedName(java.lang.String value)
        Sets the value of the 'Distinguished Name' attribute.
        Parameters:
        value - the new value of the 'Distinguished Name' attribute.
        See Also:
        getDistinguishedName()
      • getExternalIdentifier

        com.ibm.commerce.foundation.common.datatypes.PersonExternalIdentifierType getExternalIdentifier()
        Returns the value of the 'External Identifier' containment reference. An external identifier of the person.
        Returns:
        the value of the 'External Identifier' containment reference.
        See Also:
        setExternalIdentifier(PersonExternalIdentifierType), CommerceFoundationPackage.getPersonIdentifierType_ExternalIdentifier()
      • setExternalIdentifier

        void setExternalIdentifier(com.ibm.commerce.foundation.common.datatypes.PersonExternalIdentifierType value)
        Sets the value of the 'External Identifier' containment reference.
        Parameters:
        value - the new value of the 'External Identifier' containment reference.
        See Also:
        getExternalIdentifier()