com.google.code.facebookapi.schema
Class Photo

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

public class Photo
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 photo complex type.

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

 <complexType name="photo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pid" type="{http://api.facebook.com/1.0/}pid"/>
         <element name="aid" type="{http://api.facebook.com/1.0/}aid"/>
         <element name="owner" type="{http://api.facebook.com/1.0/}uid"/>
         <element name="src" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="src_big" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="src_small" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="link" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caption" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="created" type="{http://api.facebook.com/1.0/}time"/>
         <element name="story_fbid" type="{http://api.facebook.com/1.0/}id"/>
         <element name="modified" type="{http://api.facebook.com/1.0/}time"/>
         <element name="object_id" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String aid
           
protected  java.lang.String caption
           
protected  long created
           
protected  java.lang.String link
           
protected  long modified
           
protected  long objectId
           
protected  long owner
           
protected  java.lang.String pid
           
protected  java.lang.String src
           
protected  java.lang.String srcBig
           
protected  java.lang.String srcSmall
           
protected  long storyFbid
           
 
Constructor Summary
Photo()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getAid()
          Gets the value of the aid property.
 java.lang.String getCaption()
          Gets the value of the caption property.
 long getCreated()
          Gets the value of the created property.
 java.lang.String getLink()
          Gets the value of the link property.
 long getModified()
          Gets the value of the modified property.
 long getObjectId()
          Gets the value of the objectId property.
 long getOwner()
          Gets the value of the owner property.
 java.lang.String getPid()
          Gets the value of the pid property.
 java.lang.String getSrc()
          Gets the value of the src property.
 java.lang.String getSrcBig()
          Gets the value of the srcBig property.
 java.lang.String getSrcSmall()
          Gets the value of the srcSmall property.
 long getStoryFbid()
          Gets the value of the storyFbid property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setAid(java.lang.String value)
          Sets the value of the aid property.
 void setCaption(java.lang.String value)
          Sets the value of the caption property.
 void setCreated(long value)
          Sets the value of the created property.
 void setLink(java.lang.String value)
          Sets the value of the link property.
 void setModified(long value)
          Sets the value of the modified property.
 void setObjectId(long value)
          Sets the value of the objectId property.
 void setOwner(long value)
          Sets the value of the owner property.
 void setPid(java.lang.String value)
          Sets the value of the pid property.
 void setSrc(java.lang.String value)
          Sets the value of the src property.
 void setSrcBig(java.lang.String value)
          Sets the value of the srcBig property.
 void setSrcSmall(java.lang.String value)
          Sets the value of the srcSmall property.
 void setStoryFbid(long value)
          Sets the value of the storyFbid 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

pid

protected java.lang.String pid

aid

protected java.lang.String aid

owner

protected long owner

src

protected java.lang.String src

srcBig

protected java.lang.String srcBig

srcSmall

protected java.lang.String srcSmall

link

protected java.lang.String link

caption

protected java.lang.String caption

created

protected long created

storyFbid

protected long storyFbid

modified

protected long modified

objectId

protected long objectId
Constructor Detail

Photo

public Photo()
Method Detail

getPid

public java.lang.String getPid()
Gets the value of the pid property.

Returns:
possible object is String

setPid

public void setPid(java.lang.String value)
Sets the value of the pid property.

Parameters:
value - allowed object is String

getAid

public java.lang.String getAid()
Gets the value of the aid property.

Returns:
possible object is String

setAid

public void setAid(java.lang.String value)
Sets the value of the aid property.

Parameters:
value - allowed object is String

getOwner

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


setOwner

public void setOwner(long value)
Sets the value of the owner property.


getSrc

public java.lang.String getSrc()
Gets the value of the src property.

Returns:
possible object is String

setSrc

public void setSrc(java.lang.String value)
Sets the value of the src property.

Parameters:
value - allowed object is String

getSrcBig

public java.lang.String getSrcBig()
Gets the value of the srcBig property.

Returns:
possible object is String

setSrcBig

public void setSrcBig(java.lang.String value)
Sets the value of the srcBig property.

Parameters:
value - allowed object is String

getSrcSmall

public java.lang.String getSrcSmall()
Gets the value of the srcSmall property.

Returns:
possible object is String

setSrcSmall

public void setSrcSmall(java.lang.String value)
Sets the value of the srcSmall 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

getCaption

public java.lang.String getCaption()
Gets the value of the caption property.

Returns:
possible object is String

setCaption

public void setCaption(java.lang.String value)
Sets the value of the caption 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.


getStoryFbid

public long getStoryFbid()
Gets the value of the storyFbid property.


setStoryFbid

public void setStoryFbid(long value)
Sets the value of the storyFbid 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.


getObjectId

public long getObjectId()
Gets the value of the objectId property.


setObjectId

public void setObjectId(long value)
Sets the value of the objectId property.


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 © 2010. All Rights Reserved.