com.ibm.commerce.catalog.facade.datatypes

Interface CatalogAttributeType

    • Method Detail

      • getValue

        com.ibm.commerce.catalog.facade.datatypes.ValueType getValue()
        Returns the value of the 'Value' containment reference. The value for the attribute. This is the string representation of values in different data types (String, Integer, Float).
        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(ValueType), CatalogPackage.getCatalogAttributeType_Value()
      • setValue

        void setValue(com.ibm.commerce.catalog.facade.datatypes.ValueType value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        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.getCatalogAttributeType_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.getCatalogAttributeType_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.getCatalogAttributeType_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.getCatalogAttributeType_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.getCatalogAttributeType_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.getCatalogAttributeType_ExtendedValue()
      • getValues

        java.util.List getValues()
        Returns the value of the 'Values' containment reference list. The list contents are of type AttributeAllowedValueType. All values for the attribute. This element is added to support multiple value attribute. The Value element is used for populate the default or first value if there are multiple values. Values elements contain all the values including the default or first value.
        Returns:
        the value of the 'Values' containment reference list.
        See Also:
        CatalogPackage.getCatalogAttributeType_Values()