Uses of Class
com.rometools.modules.base.types.ShippingType
-
Packages that use ShippingType Package Description com.rometools.modules.base This is the base package for the Google Base ROME module. -
-
Uses of ShippingType in com.rometools.modules.base
Methods in com.rometools.modules.base that return ShippingType Modifier and Type Method Description ShippingType[]Event. getShipping()Shipping information related to the event.ShippingType[]GoogleBaseImpl. getShipping()ShippingType[]Product. getShipping()Shipping options available for an item.ShippingType[]Service. getShipping()Shipping options available for an item.ShippingType[]Travel. getShipping()Shipping options available for an item.ShippingType[]Vehicle. getShipping()Shipping options available for an item.Methods in com.rometools.modules.base with parameters of type ShippingType Modifier and Type Method Description voidEvent. setShipping(ShippingType[] shipping)Shipping information related to the event.voidGoogleBaseImpl. setShipping(ShippingType[] shipping)voidProduct. setShipping(ShippingType[] shipping)Shipping options available for an item.voidService. setShipping(ShippingType[] shipping)Shipping options available for an item.voidVehicle. setShipping(ShippingType[] shipping)Shipping options available for an item.
-