Package | Description |
---|---|
com.rometools.modules.base |
This is the base package for the Google Base ROME module.
|
Modifier and Type | Field and Description |
---|---|
private ShippingType[] |
GoogleBaseImpl.shipping
shippingType:shipping
|
Modifier and Type | Method and Description |
---|---|
ShippingType[] |
Vehicle.getShipping()
Shipping options available for an item.
|
ShippingType[] |
Event.getShipping()
Shipping information related to the event.
|
ShippingType[] |
Service.getShipping()
Shipping options available for an item.
|
ShippingType[] |
GoogleBaseImpl.getShipping() |
ShippingType[] |
Product.getShipping()
Shipping options available for an item.
|
ShippingType[] |
Travel.getShipping()
Shipping options available for an item.
|
Modifier and Type | Method and Description |
---|---|
void |
Vehicle.setShipping(ShippingType[] shipping)
Shipping options available for an item.
|
void |
Event.setShipping(ShippingType[] shipping)
Shipping information related to the event.
|
void |
Service.setShipping(ShippingType[] shipping)
Shipping options available for an item.
|
void |
GoogleBaseImpl.setShipping(ShippingType[] shipping) |
void |
Product.setShipping(ShippingType[] shipping)
Shipping options available for an item.
|