com.facebook.api.schema
Class Friendlist

java.lang.Object
  extended by com.facebook.api.schema.Friendlist

public class Friendlist
extends java.lang.Object

Java class for friendlist complex type.

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

 <complexType name="friendlist">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="flid" type="{http://api.facebook.com/1.0/}flid"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="owner" type="{http://api.facebook.com/1.0/}uid" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long flid
           
protected  java.lang.String name
           
protected  java.lang.Integer owner
           
 
Constructor Summary
Friendlist()
           
 
Method Summary
 long getFlid()
          Gets the value of the flid property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Integer getOwner()
          Gets the value of the owner property.
 void setFlid(long value)
          Sets the value of the flid property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOwner(java.lang.Integer value)
          Sets the value of the owner property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flid

protected long flid

name

protected java.lang.String name

owner

protected java.lang.Integer owner
Constructor Detail

Friendlist

public Friendlist()
Method Detail

getFlid

public long getFlid()
Gets the value of the flid property.


setFlid

public void setFlid(long value)
Sets the value of the flid property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOwner

public java.lang.Integer getOwner()
Gets the value of the owner property.

Returns:
possible object is Integer

setOwner

public void setOwner(java.lang.Integer value)
Sets the value of the owner property.

Parameters:
value - allowed object is Integer


Copyright © 2008. All Rights Reserved.