com.google.code.facebookapi.schema
Class Listing

java.lang.Object
  extended by com.google.code.facebookapi.schema.Listing

public class Listing
extends java.lang.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>
 


Nested Class Summary
static class Listing.ImageUrls
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String category
           
protected  java.lang.String cats
           
protected  java.lang.Integer condition
           
protected  java.lang.String crossstreet
           
protected  java.lang.String description
           
protected  java.lang.String dogs
           
protected  java.lang.String full
           
protected  Listing.ImageUrls imageUrls
           
protected  java.lang.String intern
           
protected  java.lang.String isbn
           
protected  long listingId
           
protected  java.lang.String nonprofit
           
protected  java.lang.String numBeds
           
protected  java.lang.String numMaths
           
protected  java.lang.String pay
           
protected  java.lang.String payType
           
protected  java.lang.String postal
           
protected  long poster
           
protected  java.math.BigDecimal price
           
protected  java.lang.String rent
           
protected  java.lang.String smoking
           
protected  java.lang.String squareFootage
           
protected  java.lang.String street
           
protected  java.lang.String subcategory
           
protected  java.lang.String summer
           
protected  java.lang.String title
           
protected  long updateTime
           
protected  java.lang.String url
           
 
Constructor Summary
Listing()
           
 
Method Summary
 java.lang.String getCategory()
          Gets the value of the category property.
 java.lang.String getCats()
          Gets the value of the cats property.
 java.lang.Integer getCondition()
          Gets the value of the condition property.
 java.lang.String getCrossstreet()
          Gets the value of the crossstreet property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDogs()
          Gets the value of the dogs property.
 java.lang.String getFull()
          Gets the value of the full property.
 Listing.ImageUrls getImageUrls()
          Gets the value of the imageUrls property.
 java.lang.String getIntern()
          Gets the value of the intern property.
 java.lang.String getIsbn()
          Gets the value of the isbn property.
 long getListingId()
          Gets the value of the listingId property.
 java.lang.String getNonprofit()
          Gets the value of the nonprofit property.
 java.lang.String getNumBeds()
          Gets the value of the numBeds property.
 java.lang.String getNumMaths()
          Gets the value of the numMaths property.
 java.lang.String getPay()
          Gets the value of the pay property.
 java.lang.String getPayType()
          Gets the value of the payType property.
 java.lang.String getPostal()
          Gets the value of the postal property.
 long getPoster()
          Gets the value of the poster property.
 java.math.BigDecimal getPrice()
          Gets the value of the price property.
 java.lang.String getRent()
          Gets the value of the rent property.
 java.lang.String getSmoking()
          Gets the value of the smoking property.
 java.lang.String getSquareFootage()
          Gets the value of the squareFootage property.
 java.lang.String getStreet()
          Gets the value of the street property.
 java.lang.String getSubcategory()
          Gets the value of the subcategory property.
 java.lang.String getSummer()
          Gets the value of the summer property.
 java.lang.String getTitle()
          Gets the value of the title property.
 long getUpdateTime()
          Gets the value of the updateTime property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setCats(java.lang.String value)
          Sets the value of the cats property.
 void setCondition(java.lang.Integer value)
          Sets the value of the condition property.
 void setCrossstreet(java.lang.String value)
          Sets the value of the crossstreet property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDogs(java.lang.String value)
          Sets the value of the dogs property.
 void setFull(java.lang.String value)
          Sets the value of the full property.
 void setImageUrls(Listing.ImageUrls value)
          Sets the value of the imageUrls property.
 void setIntern(java.lang.String value)
          Sets the value of the intern property.
 void setIsbn(java.lang.String value)
          Sets the value of the isbn property.
 void setListingId(long value)
          Sets the value of the listingId property.
 void setNonprofit(java.lang.String value)
          Sets the value of the nonprofit property.
 void setNumBeds(java.lang.String value)
          Sets the value of the numBeds property.
 void setNumMaths(java.lang.String value)
          Sets the value of the numMaths property.
 void setPay(java.lang.String value)
          Sets the value of the pay property.
 void setPayType(java.lang.String value)
          Sets the value of the payType property.
 void setPostal(java.lang.String value)
          Sets the value of the postal property.
 void setPoster(long value)
          Sets the value of the poster property.
 void setPrice(java.math.BigDecimal value)
          Sets the value of the price property.
 void setRent(java.lang.String value)
          Sets the value of the rent property.
 void setSmoking(java.lang.String value)
          Sets the value of the smoking property.
 void setSquareFootage(java.lang.String value)
          Sets the value of the squareFootage property.
 void setStreet(java.lang.String value)
          Sets the value of the street property.
 void setSubcategory(java.lang.String value)
          Sets the value of the subcategory property.
 void setSummer(java.lang.String value)
          Sets the value of the summer property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setUpdateTime(long value)
          Sets the value of the updateTime property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listingId

protected long listingId

url

protected java.lang.String url

title

protected java.lang.String title

description

protected java.lang.String description

price

protected java.math.BigDecimal price

poster

protected long poster

updateTime

protected long updateTime

category

protected java.lang.String category

subcategory

protected java.lang.String subcategory

imageUrls

protected Listing.ImageUrls imageUrls

condition

protected java.lang.Integer condition

isbn

protected java.lang.String isbn

numBeds

protected java.lang.String numBeds

numMaths

protected java.lang.String numMaths

dogs

protected java.lang.String dogs

cats

protected java.lang.String cats

smoking

protected java.lang.String smoking

squareFootage

protected java.lang.String squareFootage

street

protected java.lang.String street

crossstreet

protected java.lang.String crossstreet

postal

protected java.lang.String postal

rent

protected java.lang.String rent

pay

protected java.lang.String pay

full

protected java.lang.String full

intern

protected java.lang.String intern

summer

protected java.lang.String summer

nonprofit

protected java.lang.String nonprofit

payType

protected java.lang.String payType
Constructor Detail

Listing

public Listing()
Method Detail

getListingId

public long getListingId()
Gets the value of the listingId property.


setListingId

public void setListingId(long value)
Sets the value of the listingId property.


getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPrice

public java.math.BigDecimal getPrice()
Gets the value of the price property.

Returns:
possible object is BigDecimal

setPrice

public void setPrice(java.math.BigDecimal value)
Sets the value of the price property.

Parameters:
value - allowed object is BigDecimal

getPoster

public long getPoster()
Gets the value of the poster property.


setPoster

public void setPoster(long value)
Sets the value of the poster property.


getUpdateTime

public long getUpdateTime()
Gets the value of the updateTime property.


setUpdateTime

public void setUpdateTime(long value)
Sets the value of the updateTime property.


getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getSubcategory

public java.lang.String getSubcategory()
Gets the value of the subcategory property.

Returns:
possible object is String

setSubcategory

public void setSubcategory(java.lang.String value)
Sets the value of the subcategory property.

Parameters:
value - allowed object is String

getImageUrls

public Listing.ImageUrls getImageUrls()
Gets the value of the imageUrls property.

Returns:
possible object is Listing.ImageUrls

setImageUrls

public void setImageUrls(Listing.ImageUrls value)
Sets the value of the imageUrls property.

Parameters:
value - allowed object is Listing.ImageUrls

getCondition

public java.lang.Integer getCondition()
Gets the value of the condition property.

Returns:
possible object is Integer

setCondition

public void setCondition(java.lang.Integer value)
Sets the value of the condition property.

Parameters:
value - allowed object is Integer

getIsbn

public java.lang.String getIsbn()
Gets the value of the isbn property.

Returns:
possible object is String

setIsbn

public void setIsbn(java.lang.String value)
Sets the value of the isbn property.

Parameters:
value - allowed object is String

getNumBeds

public java.lang.String getNumBeds()
Gets the value of the numBeds property.

Returns:
possible object is String

setNumBeds

public void setNumBeds(java.lang.String value)
Sets the value of the numBeds property.

Parameters:
value - allowed object is String

getNumMaths

public java.lang.String getNumMaths()
Gets the value of the numMaths property.

Returns:
possible object is String

setNumMaths

public void setNumMaths(java.lang.String value)
Sets the value of the numMaths property.

Parameters:
value - allowed object is String

getDogs

public java.lang.String getDogs()
Gets the value of the dogs property.

Returns:
possible object is String

setDogs

public void setDogs(java.lang.String value)
Sets the value of the dogs property.

Parameters:
value - allowed object is String

getCats

public java.lang.String getCats()
Gets the value of the cats property.

Returns:
possible object is String

setCats

public void setCats(java.lang.String value)
Sets the value of the cats property.

Parameters:
value - allowed object is String

getSmoking

public java.lang.String getSmoking()
Gets the value of the smoking property.

Returns:
possible object is String

setSmoking

public void setSmoking(java.lang.String value)
Sets the value of the smoking property.

Parameters:
value - allowed object is String

getSquareFootage

public java.lang.String getSquareFootage()
Gets the value of the squareFootage property.

Returns:
possible object is String

setSquareFootage

public void setSquareFootage(java.lang.String value)
Sets the value of the squareFootage property.

Parameters:
value - allowed object is String

getStreet

public java.lang.String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(java.lang.String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getCrossstreet

public java.lang.String getCrossstreet()
Gets the value of the crossstreet property.

Returns:
possible object is String

setCrossstreet

public void setCrossstreet(java.lang.String value)
Sets the value of the crossstreet property.

Parameters:
value - allowed object is String

getPostal

public java.lang.String getPostal()
Gets the value of the postal property.

Returns:
possible object is String

setPostal

public void setPostal(java.lang.String value)
Sets the value of the postal property.

Parameters:
value - allowed object is String

getRent

public java.lang.String getRent()
Gets the value of the rent property.

Returns:
possible object is String

setRent

public void setRent(java.lang.String value)
Sets the value of the rent property.

Parameters:
value - allowed object is String

getPay

public java.lang.String getPay()
Gets the value of the pay property.

Returns:
possible object is String

setPay

public void setPay(java.lang.String value)
Sets the value of the pay property.

Parameters:
value - allowed object is String

getFull

public java.lang.String getFull()
Gets the value of the full property.

Returns:
possible object is String

setFull

public void setFull(java.lang.String value)
Sets the value of the full property.

Parameters:
value - allowed object is String

getIntern

public java.lang.String getIntern()
Gets the value of the intern property.

Returns:
possible object is String

setIntern

public void setIntern(java.lang.String value)
Sets the value of the intern property.

Parameters:
value - allowed object is String

getSummer

public java.lang.String getSummer()
Gets the value of the summer property.

Returns:
possible object is String

setSummer

public void setSummer(java.lang.String value)
Sets the value of the summer property.

Parameters:
value - allowed object is String

getNonprofit

public java.lang.String getNonprofit()
Gets the value of the nonprofit property.

Returns:
possible object is String

setNonprofit

public void setNonprofit(java.lang.String value)
Sets the value of the nonprofit property.

Parameters:
value - allowed object is String

getPayType

public java.lang.String getPayType()
Gets the value of the payType property.

Returns:
possible object is String

setPayType

public void setPayType(java.lang.String value)
Sets the value of the payType property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.