com.ibm.commerce.foundation.common.datatypes

Interface OrganizationIdentifierType



  • public interface OrganizationIdentifierType
    A representation of the model object 'Organization Identifier Type'. The type definition of an organization identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getOrganizationIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique identifier of the organization.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getOrganizationIdentifierType_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 organization.
        Returns:
        the value of the 'Distinguished Name' attribute.
        See Also:
        setDistinguishedName(String), CommerceFoundationPackage.getOrganizationIdentifierType_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()