FileDocCategorySizeDatePackage
Listing.javaAPI DocGoogle Facebook API v1.422009Sat Oct 27 17:39:32 BST 2007com.facebook.api.schema

Listing

public class Listing extends Object

Java class for listing complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="listing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="listing_id" type="{http://api.facebook.com/1.0/}lid"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="poster" type="{http://api.facebook.com/1.0/}uid"/>
<element name="update_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="category" type="{http://api.facebook.com/1.0/}marketplace_category"/>
<element name="subcategory" type="{http://api.facebook.com/1.0/}marketplace_subcategory"/>
<element name="image_urls" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="image_urls_elt" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="condition" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isbn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="num_beds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="num_maths" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dogs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cats" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="smoking" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="square_footage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="street" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="crossstreet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="postal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pay" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="full" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="intern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="summer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nonprofit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pay_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>

Fields Summary
protected long
listingId
protected String
url
protected String
title
protected String
description
protected BigDecimal
price
protected long
poster
protected int
updateTime
protected String
category
protected String
subcategory
protected ImageUrls
imageUrls
protected Integer
condition
protected String
isbn
protected String
numBeds
protected String
numMaths
protected String
dogs
protected String
cats
protected String
smoking
protected String
squareFootage
protected String
street
protected String
crossstreet
protected String
postal
protected String
rent
protected String
pay
protected String
full
protected String
intern
protected String
summer
protected String
nonprofit
protected String
payType
Constructors Summary
Methods Summary
public java.lang.StringgetCategory()
Gets the value of the category property.

return
possible object is {@link String }

        return category;
    
public java.lang.StringgetCats()
Gets the value of the cats property.

return
possible object is {@link String }

        return cats;
    
public java.lang.IntegergetCondition()
Gets the value of the condition property.

return
possible object is {@link Integer }

        return condition;
    
public java.lang.StringgetCrossstreet()
Gets the value of the crossstreet property.

return
possible object is {@link String }

        return crossstreet;
    
public java.lang.StringgetDescription()
Gets the value of the description property.

return
possible object is {@link String }

        return description;
    
public java.lang.StringgetDogs()
Gets the value of the dogs property.

return
possible object is {@link String }

        return dogs;
    
public java.lang.StringgetFull()
Gets the value of the full property.

return
possible object is {@link String }

        return full;
    
public com.facebook.api.schema.Listing$ImageUrlsgetImageUrls()
Gets the value of the imageUrls property.

return
possible object is {@link Listing.ImageUrls }

        return imageUrls;
    
public java.lang.StringgetIntern()
Gets the value of the intern property.

return
possible object is {@link String }

        return intern;
    
public java.lang.StringgetIsbn()
Gets the value of the isbn property.

return
possible object is {@link String }

        return isbn;
    
public longgetListingId()
Gets the value of the listingId property.

        return listingId;
    
public java.lang.StringgetNonprofit()
Gets the value of the nonprofit property.

return
possible object is {@link String }

        return nonprofit;
    
public java.lang.StringgetNumBeds()
Gets the value of the numBeds property.

return
possible object is {@link String }

        return numBeds;
    
public java.lang.StringgetNumMaths()
Gets the value of the numMaths property.

return
possible object is {@link String }

        return numMaths;
    
public java.lang.StringgetPay()
Gets the value of the pay property.

return
possible object is {@link String }

        return pay;
    
public java.lang.StringgetPayType()
Gets the value of the payType property.

return
possible object is {@link String }

        return payType;
    
public java.lang.StringgetPostal()
Gets the value of the postal property.

return
possible object is {@link String }

        return postal;
    
public longgetPoster()
Gets the value of the poster property.

        return poster;
    
public java.math.BigDecimalgetPrice()
Gets the value of the price property.

return
possible object is {@link BigDecimal }

        return price;
    
public java.lang.StringgetRent()
Gets the value of the rent property.

return
possible object is {@link String }

        return rent;
    
public java.lang.StringgetSmoking()
Gets the value of the smoking property.

return
possible object is {@link String }

        return smoking;
    
public java.lang.StringgetSquareFootage()
Gets the value of the squareFootage property.

return
possible object is {@link String }

        return squareFootage;
    
public java.lang.StringgetStreet()
Gets the value of the street property.

return
possible object is {@link String }

        return street;
    
public java.lang.StringgetSubcategory()
Gets the value of the subcategory property.

return
possible object is {@link String }

        return subcategory;
    
public java.lang.StringgetSummer()
Gets the value of the summer property.

return
possible object is {@link String }

        return summer;
    
public java.lang.StringgetTitle()
Gets the value of the title property.

return
possible object is {@link String }

        return title;
    
public intgetUpdateTime()
Gets the value of the updateTime property.

        return updateTime;
    
public java.lang.StringgetUrl()
Gets the value of the url property.

return
possible object is {@link String }

        return url;
    
public voidsetCategory(java.lang.String value)
Sets the value of the category property.

param
value allowed object is {@link String }

        this.category = value;
    
public voidsetCats(java.lang.String value)
Sets the value of the cats property.

param
value allowed object is {@link String }

        this.cats = value;
    
public voidsetCondition(java.lang.Integer value)
Sets the value of the condition property.

param
value allowed object is {@link Integer }

        this.condition = value;
    
public voidsetCrossstreet(java.lang.String value)
Sets the value of the crossstreet property.

param
value allowed object is {@link String }

        this.crossstreet = value;
    
public voidsetDescription(java.lang.String value)
Sets the value of the description property.

param
value allowed object is {@link String }

        this.description = value;
    
public voidsetDogs(java.lang.String value)
Sets the value of the dogs property.

param
value allowed object is {@link String }

        this.dogs = value;
    
public voidsetFull(java.lang.String value)
Sets the value of the full property.

param
value allowed object is {@link String }

        this.full = value;
    
public voidsetImageUrls(com.facebook.api.schema.Listing$ImageUrls value)
Sets the value of the imageUrls property.

param
value allowed object is {@link Listing.ImageUrls }

        this.imageUrls = value;
    
public voidsetIntern(java.lang.String value)
Sets the value of the intern property.

param
value allowed object is {@link String }

        this.intern = value;
    
public voidsetIsbn(java.lang.String value)
Sets the value of the isbn property.

param
value allowed object is {@link String }

        this.isbn = value;
    
public voidsetListingId(long value)
Sets the value of the listingId property.

        this.listingId = value;
    
public voidsetNonprofit(java.lang.String value)
Sets the value of the nonprofit property.

param
value allowed object is {@link String }

        this.nonprofit = value;
    
public voidsetNumBeds(java.lang.String value)
Sets the value of the numBeds property.

param
value allowed object is {@link String }

        this.numBeds = value;
    
public voidsetNumMaths(java.lang.String value)
Sets the value of the numMaths property.

param
value allowed object is {@link String }

        this.numMaths = value;
    
public voidsetPay(java.lang.String value)
Sets the value of the pay property.

param
value allowed object is {@link String }

        this.pay = value;
    
public voidsetPayType(java.lang.String value)
Sets the value of the payType property.

param
value allowed object is {@link String }

        this.payType = value;
    
public voidsetPostal(java.lang.String value)
Sets the value of the postal property.

param
value allowed object is {@link String }

        this.postal = value;
    
public voidsetPoster(long value)
Sets the value of the poster property.

        this.poster = value;
    
public voidsetPrice(java.math.BigDecimal value)
Sets the value of the price property.

param
value allowed object is {@link BigDecimal }

        this.price = value;
    
public voidsetRent(java.lang.String value)
Sets the value of the rent property.

param
value allowed object is {@link String }

        this.rent = value;
    
public voidsetSmoking(java.lang.String value)
Sets the value of the smoking property.

param
value allowed object is {@link String }

        this.smoking = value;
    
public voidsetSquareFootage(java.lang.String value)
Sets the value of the squareFootage property.

param
value allowed object is {@link String }

        this.squareFootage = value;
    
public voidsetStreet(java.lang.String value)
Sets the value of the street property.

param
value allowed object is {@link String }

        this.street = value;
    
public voidsetSubcategory(java.lang.String value)
Sets the value of the subcategory property.

param
value allowed object is {@link String }

        this.subcategory = value;
    
public voidsetSummer(java.lang.String value)
Sets the value of the summer property.

param
value allowed object is {@link String }

        this.summer = value;
    
public voidsetTitle(java.lang.String value)
Sets the value of the title property.

param
value allowed object is {@link String }

        this.title = value;
    
public voidsetUpdateTime(int value)
Sets the value of the updateTime property.

        this.updateTime = value;
    
public voidsetUrl(java.lang.String value)
Sets the value of the url property.

param
value allowed object is {@link String }

        this.url = value;