com.ibm.commerce.foundation.common.datatypes

Interface ShippingInfoType



  • public interface ShippingInfoType
    A representation of the model object 'Shipping Info Type'. Type definition of shipping information of the CheckoutProfile.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getShippingInfoType()
    • Method Detail

      • getShippingAddress

        ContactInfoType getShippingAddress()
        Returns the value of the 'Shipping Address' containment reference. The shipping address.
        Returns:
        the value of the 'Shipping Address' containment reference.
        See Also:
        setShippingAddress(ContactInfoType), CommerceFoundationPackage.getShippingInfoType_ShippingAddress()
      • getShippingMode

        ShippingModeType getShippingMode()
        Returns the value of the 'Shipping Mode' containment reference. The shipping mode.
        Returns:
        the value of the 'Shipping Mode' containment reference.
        See Also:
        setShippingMode(ShippingModeType), CommerceFoundationPackage.getShippingInfoType_ShippingMode()
      • setShippingMode

        void setShippingMode(ShippingModeType value)
        Sets the value of the 'Shipping Mode' containment reference.
        Parameters:
        value - the new value of the 'Shipping Mode' containment reference.
        See Also:
        getShippingMode()
      • 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.getShippingInfoType_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()