com.ibm.commerce.foundation.common.datatypes

Interface FaxType



  • public interface FaxType
    A representation of the model object 'Fax Type'. The type definition of a fax number.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getFaxType()
    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute. The phone number.
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), CommerceFoundationPackage.getFaxType_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.getFaxType_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()