|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Housing
This is an interface for the GoogleBase plug in that exposes methods used for Housing entry types.
| Method Summary | |
|---|---|
String[] |
getAgents()
An array of agent name Strings, not to exceed 10 in lenght. |
IntUnit |
getArea()
The area of the real estate. |
Float |
getBathrooms()
The number of bathrooms. |
Integer |
getBedrooms()
Number of bedrooms. |
CurrencyEnumeration |
getCurrency()
Currency of the price amount for an item. |
Float |
getHoaDues()
Homeowners association dues on the property. |
Boolean |
getListingType()
Indicates whether this property is for sale or not. |
String |
getLocation()
Location of the property. |
PaymentTypeEnumeration[] |
getPaymentAccepted()
Payment Methods acceptable for the property. |
String |
getPaymentNotes()
Additional payment information. |
FloatUnit |
getPrice()
Price for the property. |
PriceTypeEnumeration |
getPriceType()
Price type information. |
String[] |
getPropertyTypes()
Types of property represented here. |
String |
getSchoolDistrict()
School district a property is in. |
Float |
getTaxPercent()
Percentage tax rate. |
String |
getTaxRegion()
Geographical region a tax rate applies to. |
YearType |
getYear()
The four digit model year or year built. |
void |
setAgents(String[] agents)
An array of agent name Strings, not to exceed 10 in lenght. |
void |
setArea(IntUnit area)
The area of the real estate. |
void |
setBathrooms(Float bathrooms)
The number of bathrooms. |
void |
setBedrooms(Integer bedrooms)
Number of bedrooms. |
void |
setCurrency(CurrencyEnumeration value)
Currency of the price amount for an item. |
void |
setHoaDues(Float hoaDues)
Homeowners association dues on the property. |
void |
setListingType(Boolean forSale)
Indicates whether this property is for sale or not. |
void |
setLocation(String location)
Location of the property. |
void |
setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the property. |
void |
setPaymentNotes(String paymentNotes)
Additional payment information. |
void |
setPrice(FloatUnit price)
Price for the property. |
void |
setPriceType(PriceTypeEnumeration priceType)
Price type information. |
void |
setPropertyTypes(String[] propertyTypes)
Types of property represented here. |
void |
setSchoolDistrict(String schoolDistrict)
School district a property is in. |
void |
setTaxPercent(Float taxPercent)
Percentage tax rate. |
void |
setTaxRegion(String taxRegion)
Geographical region a tax rate applies to. |
void |
setYear(YearType year)
The four digit model year or year built. |
| Methods inherited from interface org.rometools.feed.module.base.GlobalInterface |
|---|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels |
| Method Detail |
|---|
void setAgents(String[] agents)
| agent | |
| Details | Individual who is negotiating and arranging the real estate sale. |
| Example | <g:agent>Sue Smith</g:agent> |
| Attribute of | Housing |
| Content type | string |
agents - An array of agent name Strings, not to exceed 10 in lenght.String[] getAgents()
| agent | |
| Details | Individual who is negotiating and arranging the real estate sale. |
| Example | <g:agent>Sue Smith</g:agent> |
| Attribute of | Housing |
| Content type | string |
void setArea(IntUnit area)
| area | |
| Details | The size of an area of real estate. |
| Example | <g:area>1000</g:area> |
| Attribute of | Housing |
| Content type | intUnit |
area - The area of the real estateIntUnit getArea()
| area | |
| Details | The size of an area of real estate. |
| Example | <g:area>1000</g:area> |
| Attribute of | Housing |
| Content type | intUnit |
void setBathrooms(Float bathrooms)
bathrooms - The number of bathrooms.Float getBathrooms()
void setBedrooms(Integer bedrooms)
| bedrooms | |
| Details | Number of bedrooms. Numeric values only. |
| Example | Acceptable: <g:bedrooms>3</g:bedrooms> Not acceptable: <g:bedrooms>3 bedrooms</g:bedrooms> |
| Attribute of | Housing |
| Content type | integer |
bedrooms - Number of bedrooms.Integer getBedrooms()
| bedrooms | |
| Details | Number of bedrooms. Numeric values only. |
| Example | Acceptable: <g:bedrooms>3</g:bedrooms> Not acceptable: <g:bedrooms>3 bedrooms</g:bedrooms> |
| Attribute of | Housing |
| Content type | integer |
void setCurrency(CurrencyEnumeration value)
| currency | |
| Details | Currency of the price amount for an item. Values must be in ISO 4217 currency code format. |
| Example | Acceptable: <g:currency>USD</g:currency> Not acceptable: <g:currency>US Dollars</g:currency> |
| Attribute of | Events, Housing, Products, Services, Travel, Vehicles |
| Content type | currencyEnumeration |
value - Currency of the price amount for an item.CurrencyEnumeration getCurrency()
| currency | |
| Details | Currency of the price amount for an item. Values must be in ISO 4217 currency code format. |
| Example | Acceptable: <g:currency>USD</g:currency> Not acceptable: <g:currency>US Dollars</g:currency> |
| Attribute of | Events, Housing, Products, Services, Travel, Vehicles |
| Content type | currencyEnumeration |
void setHoaDues(Float hoaDues)
| hoa_dues | |
| Details | Monthly dues paid to a homeowners association. |
| Example | <g:hoa_dues>100</g:hoa_dues> |
| Attribute of | Housing |
| Content type | float |
hoaDues - Homeowners association dues on the property.Float getHoaDues()
| hoa_dues | |
| Details | Monthly dues paid to a homeowners association. |
| Example | <g:hoa_dues>100</g:hoa_dues> |
| Attribute of | Housing |
| Content type | float |
void setListingType(Boolean forSale)
forSale - Indicates whether this property is for sale or not.Boolean getListingType()
void setLocation(String location)
location - Location of the property.String getLocation()
void setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
paymentAccepted - Payment Methods acceptable for the property.PaymentTypeEnumeration[] getPaymentAccepted()
void setPaymentNotes(String paymentNotes)
paymentNotes - Additional payment information.String getPaymentNotes()
void setPrice(FloatUnit price)
price - Price for the property.FloatUnit getPrice()
void setPriceType(PriceTypeEnumeration priceType)
priceType - Price type information.PriceTypeEnumeration getPriceType()
void setPropertyTypes(String[] propertyTypes)
| property_type | |
| Details | Type of property: house, apartment, condominium, etc. |
| Example | <g:property_type>house</g:property_type> |
| Attribute of | Housing |
| Content type | string |
propertyTypes - Types of property represented here. Limit 10.String[] getPropertyTypes()
| property_type | |
| Details | Type of property: house, apartment, condominium, etc. |
| Example | <g:property_type>house</g:property_type> |
| Attribute of | Housing |
| Content type | string |
void setSchoolDistrict(String schoolDistrict)
| school_district | |
| Details | The school district the property is in. |
| Example | <g:school_district> |
| Attribute of | Housing |
| Content type | string |
schoolDistrict - School district a property is in.String getSchoolDistrict()
| school_district | |
| Details | The school district the property is in. |
| Example | <g:school_district> |
| Attribute of | Housing |
| Content type | string |
void setTaxPercent(Float taxPercent)
| tax_percent | |
| Details | Tax rate as a percentage. |
| Example | <g:tax_percent>8.2<g:/tax_percent> |
| Attribute of | Products, Events |
| Content type | percentType |
taxPercent - Percentage tax rate.Float getTaxPercent()
| tax_percent | |
| Details | Tax rate as a percentage. |
| Example | <g:tax_percent>8.2<g:/tax_percent> |
| Attribute of | Products, Events |
| Content type | percentType |
void setTaxRegion(String taxRegion)
| tax_region | |
| Details | Geographical region a tax rate applies to. |
| Example | <g:tax_region>California</g:tax_region> |
| Attribute of | Product, Events, |
| Content type | string |
taxRegion - Geographical region a tax rate applies to.String getTaxRegion()
| tax_region | |
| Details | Geographical region a tax rate applies to. |
| Example | <g:tax_region>California</g:tax_region> |
| Attribute of | Product, Events, |
| Content type | string |
void setYear(YearType year)
year - The four digit model year or year built.YearType getYear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||