com.ibm.commerce.foundation.common.datatypes

Interface TelephoneType



  • public interface TelephoneType
    A representation of the model object 'Telephone Type'. The type definition of a phone number.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getTelephoneType()
    • 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.getTelephoneType_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.getTelephoneType_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()
      • isPublish

        boolean isPublish()
        Returns the value of the 'Publish' attribute. Specifies whether or not the phone number is listed.
        Returns:
        the value of the 'Publish' attribute.
        See Also:
        isSetPublish(), unsetPublish(), setPublish(boolean), CommerceFoundationPackage.getTelephoneType_Publish()
      • getType_

        java.lang.Object getType_()
        Returns the value of the 'Type' attribute. The type of phone number: Home1: Primary home phone number. Home2: Secondary home phone number. Work1: Primary work phone number. Work2: Secondary work phone number. Mobile1: Primary mobile phone number. Mobile2: Secondary mobile phone number.
        Returns:
        the value of the 'Type' attribute.
        See Also:
        setType(Object), CommerceFoundationPackage.getTelephoneType_Type()
      • setType

        void setType(java.lang.Object value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType_()