com.google.code.facebookapi.schema
Class StreamPhoto

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

public class StreamPhoto
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 stream_photo complex type.

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

 <complexType name="stream_photo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aid" type="{http://api.facebook.com/1.0/}aid"/>
         <element name="pid" type="{http://api.facebook.com/1.0/}pid"/>
         <element name="owner" type="{http://api.facebook.com/1.0/}uid"/>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String aid
           
protected  int height
           
protected  int index
           
protected  long owner
           
protected  java.lang.String pid
           
protected  int width
           
 
Constructor Summary
StreamPhoto()
           
 
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.
 int getHeight()
          Gets the value of the height property.
 int getIndex()
          Gets the value of the index property.
 long getOwner()
          Gets the value of the owner property.
 java.lang.String getPid()
          Gets the value of the pid property.
 int getWidth()
          Gets the value of the width 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 setHeight(int value)
          Sets the value of the height property.
 void setIndex(int value)
          Sets the value of the index 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 setWidth(int value)
          Sets the value of the width 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 java.lang.String aid

pid

protected java.lang.String pid

owner

protected long owner

index

protected int index

width

protected int width

height

protected int height
Constructor Detail

StreamPhoto

public StreamPhoto()
Method Detail

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

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

getOwner

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


setOwner

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


getIndex

public int getIndex()
Gets the value of the index property.


setIndex

public void setIndex(int value)
Sets the value of the index property.


getWidth

public int getWidth()
Gets the value of the width property.


setWidth

public void setWidth(int value)
Sets the value of the width property.


getHeight

public int getHeight()
Gets the value of the height property.


setHeight

public void setHeight(int value)
Sets the value of the height 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.