com.ibm.commerce.foundation.common.datatypes

Interface ContactInfoExternalIdentifierType



  • public interface ContactInfoExternalIdentifierType
    A representation of the model object 'Contact Info External Identifier Type'. The type definition of an external identifier for contact information.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getContactInfoExternalIdentifierType()
    • Method Detail

      • getContactInfoNickName

        java.lang.String getContactInfoNickName()
        Returns the value of the 'Contact Info Nick Name' attribute. The nickname of the contact information.
        Returns:
        the value of the 'Contact Info Nick Name' attribute.
        See Also:
        setContactInfoNickName(String), CommerceFoundationPackage.getContactInfoExternalIdentifierType_ContactInfoNickName()
      • setContactInfoNickName

        void setContactInfoNickName(java.lang.String value)
        Sets the value of the 'Contact Info Nick Name' attribute.
        Parameters:
        value - the new value of the 'Contact Info Nick Name' attribute.
        See Also:
        getContactInfoNickName()
      • getPersonIdentifier

        PersonIdentifierType getPersonIdentifier()
        Returns the value of the 'Person Identifier' containment reference. The person that owns the contact information.
        Returns:
        the value of the 'Person Identifier' containment reference.
        See Also:
        setPersonIdentifier(PersonIdentifierType), CommerceFoundationPackage.getContactInfoExternalIdentifierType_PersonIdentifier()
      • getOrganizationIdentifier

        OrganizationIdentifierType getOrganizationIdentifier()
        Returns the value of the 'Organization Identifier' containment reference. The organization that owns the contact information.
        Returns:
        the value of the 'Organization Identifier' containment reference.
        See Also:
        setOrganizationIdentifier(OrganizationIdentifierType), CommerceFoundationPackage.getContactInfoExternalIdentifierType_OrganizationIdentifier()