com.google.code.facebookapi.schema
Class Album

java.lang.Object
  extended by com.google.code.facebookapi.schema.Album
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Album
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for album complex type.

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

 <complexType name="album">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aid" type="{http://api.facebook.com/1.0/}aid"/>
         <element name="cover_pid" type="{http://api.facebook.com/1.0/}pid"/>
         <element name="owner" type="{http://api.facebook.com/1.0/}uid"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="created" type="{http://api.facebook.com/1.0/}time"/>
         <element name="modified" type="{http://api.facebook.com/1.0/}time"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="link" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="visible" type="{http://api.facebook.com/1.0/}visible" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long aid
           
protected  long coverPid
           
protected  long created
           
protected  java.lang.String description
           
protected  java.lang.String link
           
protected  java.lang.String location
           
protected  long modified
           
protected  java.lang.String name
           
protected  long owner
           
protected  int size
           
protected  Visible visible
           
 
Constructor Summary
Album()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 long getAid()
          Gets the value of the aid property.
 long getCoverPid()
          Gets the value of the coverPid property.
 long getCreated()
          Gets the value of the created property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLink()
          Gets the value of the link property.
 java.lang.String getLocation()
          Gets the value of the location property.
 long getModified()
          Gets the value of the modified property.
 java.lang.String getName()
          Gets the value of the name property.
 long getOwner()
          Gets the value of the owner property.
 int getSize()
          Gets the value of the size property.
 Visible getVisible()
          Gets the value of the visible property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setAid(long value)
          Sets the value of the aid property.
 void setCoverPid(long value)
          Sets the value of the coverPid property.
 void setCreated(long value)
          Sets the value of the created property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLink(java.lang.String value)
          Sets the value of the link property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setModified(long value)
          Sets the value of the modified property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOwner(long value)
          Sets the value of the owner property.
 void setSize(int value)
          Sets the value of the size property.
 void setVisible(Visible value)
          Sets the value of the visible property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

aid

protected long aid

coverPid

protected long coverPid

owner

protected long owner

name

protected java.lang.String name

created

protected long created

modified

protected long modified

description

protected java.lang.String description

location

protected java.lang.String location

link

protected java.lang.String link

size

protected int size

visible

protected Visible visible
Constructor Detail

Album

public Album()
Method Detail

getAid

public long getAid()
Gets the value of the aid property.


setAid

public void setAid(long value)
Sets the value of the aid property.


getCoverPid

public long getCoverPid()
Gets the value of the coverPid property.


setCoverPid

public void setCoverPid(long value)
Sets the value of the coverPid property.


getOwner

public long getOwner()
Gets the value of the owner property.


setOwner

public void setOwner(long value)
Sets the value of the owner 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

getCreated

public long getCreated()
Gets the value of the created property.


setCreated

public void setCreated(long value)
Sets the value of the created property.


getModified

public long getModified()
Gets the value of the modified property.


setModified

public void setModified(long value)
Sets the value of the modified property.


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

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getLink

public java.lang.String getLink()
Gets the value of the link property.

Returns:
possible object is String

setLink

public void setLink(java.lang.String value)
Sets the value of the link property.

Parameters:
value - allowed object is String

getSize

public int getSize()
Gets the value of the size property.


setSize

public void setSize(int value)
Sets the value of the size property.


getVisible

public Visible getVisible()
Gets the value of the visible property.

Returns:
possible object is Visible

setVisible

public void setVisible(Visible value)
Sets the value of the visible property.

Parameters:
value - allowed object is Visible

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.