com.ibm.commerce.foundation.common.datatypes

Interface EmailAddressType



  • public interface EmailAddressType
    A representation of the model object 'Email Address Type'. The type definition of an email address.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getEmailAddressType()
    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute. The email address.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), CommerceFoundationPackage.getEmailAddressType_Value()
      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getEmailAddressType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()