Package | Description |
---|---|
com.rometools.modules.base |
This is the base package for the Google Base ROME module.
|
com.rometools.modules.base.types |
This package contains complex and utility datatypes for use with Google Base.
|
Modifier and Type | Method and Description |
---|---|
PriceTypeEnumeration |
GoogleBaseImpl.getPriceType() |
PriceTypeEnumeration |
Housing.getPriceType()
Price type information.
|
PriceTypeEnumeration |
Travel.getPriceType()
The type of pricing for the item.
|
PriceTypeEnumeration |
Service.getPriceType()
Price type information.
|
PriceTypeEnumeration |
Product.getPriceType()
The type of pricing for the item.
|
PriceTypeEnumeration |
Event.getPriceType()
Price qualifier for the even cost.
|
PriceTypeEnumeration |
Vehicle.getPriceType()
Price type information.
|
PriceTypeEnumeration |
GoogleBaseImpl.getSalaryType() |
PriceTypeEnumeration |
Job.getSalaryType()
The type of salary included.
|
Modifier and Type | Method and Description |
---|---|
void |
GoogleBaseImpl.setPriceType(PriceTypeEnumeration priceType) |
void |
Housing.setPriceType(PriceTypeEnumeration priceType)
Price type information.
|
void |
Travel.setPriceType(PriceTypeEnumeration priceType)
The type of pricing for the item.
|
void |
Service.setPriceType(PriceTypeEnumeration priceType)
Price type information.
|
void |
Product.setPriceType(PriceTypeEnumeration priceType)
The type of pricing for the item.
|
void |
Event.setPriceType(PriceTypeEnumeration priceType)
Price qualifier for the even cost.
|
void |
Vehicle.setPriceType(PriceTypeEnumeration priceType)
Price type information.
|
void |
GoogleBaseImpl.setSalaryType(PriceTypeEnumeration salaryType) |
void |
Job.setSalaryType(PriceTypeEnumeration salaryType)
The type of salary included.
|
Modifier and Type | Field and Description |
---|---|
static PriceTypeEnumeration |
PriceTypeEnumeration.NEGOTIABLE
Indicates the value is negotiable
|
static PriceTypeEnumeration |
PriceTypeEnumeration.STARTING
Indicates the value is a starting value.
|
Modifier and Type | Method and Description |
---|---|
static PriceTypeEnumeration |
PriceTypeEnumeration.findByValue(String value)
Returns a PriceTypeEnumeration based on the String value or null.
|
Copyright © 2022. All rights reserved.