com.ibm.commerce.location.facade.datatypes

Interface PointOfInterestDescriptionType

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. Human readable name of the point of interest being described.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), LocationPackage.getPointOfInterestDescriptionType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getShortDescription

        java.lang.String getShortDescription()
        Returns the value of the 'Short Description' attribute. A short description of the point of interest -- one or two sentences.
        Returns:
        the value of the 'Short Description' attribute.
        See Also:
        setShortDescription(String), LocationPackage.getPointOfInterestDescriptionType_ShortDescription()
      • setShortDescription

        void setShortDescription(java.lang.String value)
        Sets the value of the 'Short Description' attribute.
        Parameters:
        value - the new value of the 'Short Description' attribute.
        See Also:
        getShortDescription()
      • getLongDescription

        java.lang.String getLongDescription()
        Returns the value of the 'Long Description' attribute. A long description of the point of interest -- e.g. a paragraph.
        Returns:
        the value of the 'Long Description' attribute.
        See Also:
        setLongDescription(String), LocationPackage.getPointOfInterestDescriptionType_LongDescription()
      • setLongDescription

        void setLongDescription(java.lang.String value)
        Sets the value of the 'Long Description' attribute.
        Parameters:
        value - the new value of the 'Long Description' attribute.
        See Also:
        getLongDescription()
      • getDisplayImage1

        java.lang.String getDisplayImage1()
        Returns the value of the 'Display Image1' attribute. Uniform resource identifier (URI) of an image which may displayed regarding the point of interest (e.g. a store facade or logo).
        Returns:
        the value of the 'Display Image1' attribute.
        See Also:
        setDisplayImage1(String), LocationPackage.getPointOfInterestDescriptionType_DisplayImage1()
      • setDisplayImage1

        void setDisplayImage1(java.lang.String value)
        Sets the value of the 'Display Image1' attribute.
        Parameters:
        value - the new value of the 'Display Image1' attribute.
        See Also:
        getDisplayImage1()
      • getDisplayImage2

        java.lang.String getDisplayImage2()
        Returns the value of the 'Display Image2' attribute. Uniform resource identifier (URI) of a secondary image which may displayed regarding the point of interest (e.g. a store facade or logo).
        Returns:
        the value of the 'Display Image2' attribute.
        See Also:
        setDisplayImage2(String), LocationPackage.getPointOfInterestDescriptionType_DisplayImage2()
      • setDisplayImage2

        void setDisplayImage2(java.lang.String value)
        Sets the value of the 'Display Image2' attribute.
        Parameters:
        value - the new value of the 'Display Image2' attribute.
        See Also:
        getDisplayImage2()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The related point of interest description customization information.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), LocationPackage.getPointOfInterestDescriptionType_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()
      • getLanguage

        java.lang.String getLanguage()
        Returns the value of the 'Language' attribute. Identifier of the language in which the description is expressed.
        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), LocationPackage.getPointOfInterestDescriptionType_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()