com.ibm.commerce.catalog.facade.datatypes

Interface AttributeAllowedValueType

    • 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), CatalogPackage.getAttributeAllowedValueType_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()
      • getStringValue

        StringValueType getStringValue()
        Returns the value of the 'String Value' containment reference. An string value for an attribute.
        Returns:
        the value of the 'String Value' containment reference.
        See Also:
        setStringValue(StringValueType), CatalogPackage.getAttributeAllowedValueType_StringValue()
      • setStringValue

        void setStringValue(StringValueType value)
        Sets the value of the 'String Value' containment reference.
        Parameters:
        value - the new value of the 'String Value' containment reference.
        See Also:
        getStringValue()
      • getIntegerValue

        IntegerValueType getIntegerValue()
        Returns the value of the 'Integer Value' containment reference. An integer value for an attribute.
        Returns:
        the value of the 'Integer Value' containment reference.
        See Also:
        setIntegerValue(IntegerValueType), CatalogPackage.getAttributeAllowedValueType_IntegerValue()
      • setIntegerValue

        void setIntegerValue(IntegerValueType value)
        Sets the value of the 'Integer Value' containment reference.
        Parameters:
        value - the new value of the 'Integer Value' containment reference.
        See Also:
        getIntegerValue()
      • getFloatValue

        FloatValueType getFloatValue()
        Returns the value of the 'Float Value' containment reference. A Float value for an attribute.
        Returns:
        the value of the 'Float Value' containment reference.
        See Also:
        setFloatValue(FloatValueType), CatalogPackage.getAttributeAllowedValueType_FloatValue()
      • setFloatValue

        void setFloatValue(FloatValueType value)
        Sets the value of the 'Float Value' containment reference.
        Parameters:
        value - the new value of the 'Float Value' containment reference.
        See Also:
        getFloatValue()
      • getAttributeValueGroup

        commonj.sdo.Sequence getAttributeValueGroup()
        Returns the value of the 'Attribute Value Group' attribute list. An abstract attribute value for customer extension.
        Returns:
        the value of the 'Attribute Value Group' attribute list.
        See Also:
        CatalogPackage.getAttributeAllowedValueType_AttributeValueGroup()
      • getAttributeValue

        AttributeValueType getAttributeValue()
        Returns the value of the 'Attribute Value' containment reference. An abstract attribute value for customer extension.
        Returns:
        the value of the 'Attribute Value' containment reference.
        See Also:
        CatalogPackage.getAttributeAllowedValueType_AttributeValue()
      • getExtendedValue

        java.util.Map getExtendedValue()
        Returns the value of the 'Extended Value' map. The key is of type String, and the value is of type String, Simple name value pairs for defining additional attribute values such as images and or attachments. Can also be used for customer extension.
        Returns:
        the value of the 'Extended Value' map.
        See Also:
        CatalogPackage.getAttributeAllowedValueType_ExtendedValue()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User data for the attribute allowed value. Can be used for customer extension
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CatalogPackage.getAttributeAllowedValueType_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()
      • isDefault

        boolean isDefault()
        Returns the value of the 'Default' attribute. Whether or not this allowed value is default allowed value. One attribute can only have one default allowed value.
        Returns:
        the value of the 'Default' attribute.
        See Also:
        isSetDefault(), unsetDefault(), setDefault(boolean), CatalogPackage.getAttributeAllowedValueType_Default()
      • getDisplaySequence

        double getDisplaySequence()
        Returns the value of the 'Display Sequence' attribute. The display sequence of the allowed value.
        Returns:
        the value of the 'Display Sequence' attribute.
        See Also:
        isSetDisplaySequence(), unsetDisplaySequence(), setDisplaySequence(double), CatalogPackage.getAttributeAllowedValueType_DisplaySequence()
      • getIdentifier

        java.lang.String getIdentifier()
        Returns the value of the 'Identifier' attribute. The attribute value identifier of the allowed value.
        Returns:
        the value of the 'Identifier' attribute.
        See Also:
        setIdentifier(String), CatalogPackage.getAttributeAllowedValueType_Identifier()
      • setIdentifier

        void setIdentifier(java.lang.String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
      • getLanguage

        java.lang.String getLanguage()
        Returns the value of the 'Language' attribute. The language of the allowed value.
        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), CatalogPackage.getAttributeAllowedValueType_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()
      • getStoreID

        java.lang.String getStoreID()
        Returns the value of the 'Store ID' attribute. The unique id of the store that owns the allowed value.
        Returns:
        the value of the 'Store ID' attribute.
        See Also:
        setStoreID(String), CatalogPackage.getAttributeAllowedValueType_StoreID()
      • setStoreID

        void setStoreID(java.lang.String value)
        Sets the value of the 'Store ID' attribute.
        Parameters:
        value - the new value of the 'Store ID' attribute.
        See Also:
        getStoreID()