com.ibm.commerce.foundation.common.datatypes

Interface ShippingModeType



  • public interface ShippingModeType
    A representation of the model object 'Shipping Mode Type'. Type definition of the shipping mode.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getShippingModeType()
    • Method Detail

      • getShippingModeIdentifier

        ShippingModeIdentifierType getShippingModeIdentifier()
        Returns the value of the 'Shipping Mode Identifier' containment reference.

        If the meaning of the 'Shipping Mode Identifier' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Shipping Mode Identifier' containment reference.
        See Also:
        setShippingModeIdentifier(ShippingModeIdentifierType), CommerceFoundationPackage.getShippingModeType_ShippingModeIdentifier()
      • getDescription

        DescriptionType getDescription()
        Returns the value of the 'Description' containment reference.

        If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), CommerceFoundationPackage.getShippingModeType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getTrackingURL

        java.lang.String getTrackingURL()
        Returns the value of the 'Tracking URL' attribute.

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

        Returns:
        the value of the 'Tracking URL' attribute.
        See Also:
        setTrackingURL(String), CommerceFoundationPackage.getShippingModeType_TrackingURL()
      • setTrackingURL

        void setTrackingURL(java.lang.String value)
        Sets the value of the 'Tracking URL' attribute.
        Parameters:
        value - the new value of the 'Tracking URL' attribute.
        See Also:
        getTrackingURL()
      • 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.getShippingModeType_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()