com.google.code.facebookapi.schema
Class PhotoTag

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

public class PhotoTag
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_tag complex type.

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

 <complexType name="photo_tag">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pid" type="{http://api.facebook.com/1.0/}pid"/>
         <element name="subject" type="{http://api.facebook.com/1.0/}uid" minOccurs="0"/>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="xcoord" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="ycoord" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="created" type="{http://api.facebook.com/1.0/}time"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long created
           
protected  java.lang.String pid
           
protected  java.lang.Long subject
           
protected  java.lang.String text
           
protected  java.math.BigDecimal xcoord
           
protected  java.math.BigDecimal ycoord
           
 
Constructor Summary
PhotoTag()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 long getCreated()
          Gets the value of the created property.
 java.lang.String getPid()
          Gets the value of the pid property.
 java.lang.Long getSubject()
          Gets the value of the subject property.
 java.lang.String getText()
          Gets the value of the text property.
 java.math.BigDecimal getXcoord()
          Gets the value of the xcoord property.
 java.math.BigDecimal getYcoord()
          Gets the value of the ycoord property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setCreated(long value)
          Sets the value of the created property.
 void setPid(java.lang.String value)
          Sets the value of the pid property.
 void setSubject(java.lang.Long value)
          Sets the value of the subject property.
 void setText(java.lang.String value)
          Sets the value of the text property.
 void setXcoord(java.math.BigDecimal value)
          Sets the value of the xcoord property.
 void setYcoord(java.math.BigDecimal value)
          Sets the value of the ycoord 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

subject

protected java.lang.Long subject

text

protected java.lang.String text

xcoord

protected java.math.BigDecimal xcoord

ycoord

protected java.math.BigDecimal ycoord

created

protected long created
Constructor Detail

PhotoTag

public PhotoTag()
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

getSubject

public java.lang.Long getSubject()
Gets the value of the subject property.

Returns:
possible object is Long

setSubject

public void setSubject(java.lang.Long value)
Sets the value of the subject property.

Parameters:
value - allowed object is Long

getText

public java.lang.String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(java.lang.String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getXcoord

public java.math.BigDecimal getXcoord()
Gets the value of the xcoord property.

Returns:
possible object is BigDecimal

setXcoord

public void setXcoord(java.math.BigDecimal value)
Sets the value of the xcoord property.

Parameters:
value - allowed object is BigDecimal

getYcoord

public java.math.BigDecimal getYcoord()
Gets the value of the ycoord property.

Returns:
possible object is BigDecimal

setYcoord

public void setYcoord(java.math.BigDecimal value)
Sets the value of the ycoord property.

Parameters:
value - allowed object is BigDecimal

getCreated

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


setCreated

public void setCreated(long value)
Sets the value of the created 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 © 2009. All Rights Reserved.