Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Housing.java
*
* Created on November 16, 2005, 12:48 PM
*
* This library is provided under dual licenses.
* You may choose the terms of the Lesser General Public License or the Apache
* License at your discretion.
*
* Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin
*
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.sun.syndication.feed.module.base;
import com.sun.syndication.feed.module.base.types.CurrencyEnumeration;
import com.sun.syndication.feed.module.base.types.FloatUnit;
import com.sun.syndication.feed.module.base.types.IntUnit;
import com.sun.syndication.feed.module.base.types.PaymentTypeEnumeration;
import com.sun.syndication.feed.module.base.types.PriceTypeEnumeration;
import com.sun.syndication.feed.module.base.types.YearType;
/**
* This is an interface for the GoogleBase plug in that exposes methods used for
* Housing entry types.
* @author Robert "kebernet" Cooper
* @version $Revision: 1.1 $
*/
public interface Housing extends GlobalInterface {
/**
* An array of agent name Strings, not to exceed 10 in lenght.
*
*
*
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
*
*
*
* @param agents An array of agent name Strings, not to exceed 10 in lenght.
*/
public void setAgents(String[] agents);
/**
* An array of agent name Strings, not to exceed 10 in lenght.
*
*
*
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
*
*
*
* @return An array of agent name Strings, not to exceed 10 in lenght.
*/
public String[] getAgents();
/**
* The area of the real estate.
*
*
*
*
*
area
*
*
*
*
Details
*
The size of an area of real estate.
*
*
*
*
Example
*
<g:area>1000</g:area>
*
*
*
*
Attribute of
*
*
Housing
*
*
*
Content type
*
*
intUnit
*
*
* @param area The area of the real estate
*/
public void setArea(IntUnit area);
/**
* The area of the real estate.
*
*
*
*
*
area
*
*
*
*
Details
*
The size of an area of real estate.
*
*
*
*
Example
*
<g:area>1000</g:area>
*
*
*
*
Attribute of
*
*
Housing
*
*
*
Content type
*
*
intUnit
*
*
* @return The area of the real estate
*/
public IntUnit getArea();
/**
* The number of bathrooms.
*
* @param value Currency of the price amount for an item.
*/
public void setCurrency(CurrencyEnumeration value);
/**
* Currency of the price amount for an item.
*
*
*
*
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>
* @return Currency of the price amount for an item.
*/
public CurrencyEnumeration getCurrency();
/**
* Homeowners association dues on the property.
*
*
*
*
hoa_dues
*
*
*
Details
*
*
Monthly dues paid to a homeowners association.
*
*
*
*
Example
*
<g:hoa_dues>100</g:hoa_dues>
*
*
*
*
Attribute of
*
*
Housing
*
*
*
Content type
*
*
float
*
*
*
* @param hoaDues Homeowners association dues on the property.
*/
public void setHoaDues(Float hoaDues);
/**
* Homeowners association dues on the property.
*
*
*
*
hoa_dues
*
*
*
Details
*
*
Monthly dues paid to a homeowners association.
*
*
*
*
Example
*
<g:hoa_dues>100</g:hoa_dues>
*
*
*
*
Attribute of
*
*
Housing
*
*
*
Content type
*
*
float
*
*
*
* @return Homeowners association dues on the property.
*/
public Float getHoaDues();
/**
* Indicates whether this property is for sale or not.
*
*
*
*
*
*
listing_type
*
*
*
*
Details
*
*
Information about whether or not a property is
* for sale or not. Acceptable values are "True" or "False".
* @param forSale Indicates whether this property is for sale or not.
*/
public void setListingType(Boolean forSale);
/**
* Indicates whether this property is for sale or not.
*
*
*
*
*
*
listing_type
*
*
*
*
Details
*
*
Information about whether or not a property is
* for sale or not. Acceptable values are "True" or "False".
* @return Indicates whether this property is for sale or not.
*/
public Boolean getListingType();
/**
* Location of the property.
*
*
*
*
* location
*
*
*
*
* Details
*
Location of a property. Should
* include street, city, state, postal code, and country, in that order.
*
*
*
*
* Example
*
*
* Acceptable:
* <g:location>123 Main St, Anytown, CA, 12345, USA</g:location>
*
* Not acceptable:
* <g:location>123 Main St,, CA, 12345, USA</g:location>
* <g:location>
* Anytown, CA, 12345, USA</g:location>
*
*
*
*
* Attribute of
*
* Reference Items, Events, Housing, Jobs, News and Articles,
* People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
*
*
*
*
*
* Content type
*
* locationType
*
*
* @param location Location of the property.
*/
public void setLocation(String location);
/**
* Location of the property.
*
*
*
*
* location
*
*
*
*
* Details
*
Location of a property. Should
* include street, city, state, postal code, and country, in that order.
*
*
*
*
* Example
*
*
* Acceptable:
* <g:location>123 Main St, Anytown, CA, 12345, USA</g:location>
*
* Not acceptable:
* <g:location>123 Main St,, CA, 12345, USA</g:location>
* <g:location>
* Anytown, CA, 12345, USA</g:location>
*
*
*
*
* Attribute of
*
* Reference Items, Events, Housing, Jobs, News and Articles,
* People profiles, Products, Reviews, Services, Travel, Vehicles, Wanted Ads.
*
*
*
*
*
* Content type
*
* locationType
*
*
* @return Location of the property.
*/
public String getLocation();
/**
* Payment Methods acceptable for the property.
*
*
*
*
*
* payment_accepted
*
*
*
* Details
*
Acceptable payment methods for item purchases. Acceptable
* values are "Cash," "Check," "Traveler’s Check," "Visa," "MasterCard,"
*
* "American Express," "Discover," "Wire transfer" or "Paypal." If you accept
* more than one method, include multiple instances of the
* <payment_accepted> attribute for each acceptable method.
* @param paymentAccepted Payment Methods acceptable for the property.
*/
public void setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted);
/**
* Payment Methods acceptable for the property.
*
*
*
*
*
* payment_accepted
*
*
*
* Details
*
Acceptable payment methods for item purchases. Acceptable
* values are "Cash," "Check," "Traveler’s Check," "Visa," "MasterCard,"
*
* "American Express," "Discover," "Wire transfer" or "Paypal." If you accept
* more than one method, include multiple instances of the
* <payment_accepted> attribute for each acceptable method.
* @return Additional payment information.
*/
public String getPaymentNotes();
/**
* Price for the property.
*
*
*
*
*
*
*
* price
*
*
*
* Details
*
Prices can be a single price, 0
* (free), or blank if not applicable. Numerice values only. When used
* as a sub-attribute of <shipping>, the value included reflects the price
* of shipping.
*
*
*
*
* Example
*
* Acceptable:
* <g:price>5.95</g:price>
*
* <g:price>0</g:price>
* Not acceptable:
* <g:price>5,95</g:price>
* <g:price>5.00 � 10.00</g:price>
*
* <g:price>100 or best offer</g:price>
* <g:price>free</g:price>
* @param price Price for the property.
*/
public void setPrice(FloatUnit price);
/**
* Price for the property.
*
*
*
*
*
*
*
* price
*
*
*
* Details
*
Prices can be a single price, 0
* (free), or blank if not applicable. Numerice values only. When used
* as a sub-attribute of <shipping>, the value included reflects the price
* of shipping.
*
*
*
*
* Example
*
* Acceptable:
* <g:price>5.95</g:price>
*
* <g:price>0</g:price>
* Not acceptable:
* <g:price>5,95</g:price>
* <g:price>5.00 � 10.00</g:price>
*
* <g:price>100 or best offer</g:price>
* <g:price>free</g:price>
* @param schoolDistrict School district a property is in.
*/
public void setSchoolDistrict(String schoolDistrict);
/**
* School district a property is in.
*
*
* @return Percentage tax rate.
*/
public Float getTaxPercent();
/**
* Geographical region a tax rate applies to.
*
*
*
*
*
* 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
*
*
*
* @param taxRegion Geographical region a tax rate applies to.
*/
public void setTaxRegion(String taxRegion);
/**
* Geographical region a tax rate applies to.
*
*
*
*
*
* 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
*
*
*
* @return Geographical region a tax rate applies to.
*/
public String getTaxRegion();
/**
* The four digit model year or year built.
*
*
*
*
* year
*
*
*
*
* Details
*
*
* The four digit model year or year built. Format
* YYYY