com.ibm.commerce.foundation.common.datatypes

Interface DescriptionType



  • public interface DescriptionType
    A representation of the model object 'Description Type'. The type definition of Description.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getDescriptionType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getLanguage()
      Returns the value of the 'Language' attribute.
      java.lang.String getValue()
      Returns the value of the 'Value' attribute.
      void setLanguage(java.lang.String value)
      Sets the value of the 'Language' attribute.
      void setValue(java.lang.String value)
      Sets the value of the 'Value' attribute.
    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute.

        If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), CommerceFoundationPackage.getDescriptionType_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()
      • getLanguage

        java.lang.String getLanguage()
        Returns the value of the 'Language' attribute.

        If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), CommerceFoundationPackage.getDescriptionType_Language()
      • setLanguage

        void setLanguage(java.lang.String value)
        Sets the value of the 'Language' attribute.
        Parameters:
        value - the new value of the 'Language' attribute.
        See Also:
        getLanguage()