com.facebook.api.schema
Class PhotoTag

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

public class PhotoTag
extends java.lang.Object

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"/>
         <element name="xcoord" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="ycoord" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long pid
           
protected  int subject
           
protected  java.math.BigDecimal xcoord
           
protected  java.math.BigDecimal ycoord
           
 
Constructor Summary
PhotoTag()
           
 
Method Summary
 long getPid()
          Gets the value of the pid property.
 int getSubject()
          Gets the value of the subject property.
 java.math.BigDecimal getXcoord()
          Gets the value of the xcoord property.
 java.math.BigDecimal getYcoord()
          Gets the value of the ycoord property.
 void setPid(long value)
          Sets the value of the pid property.
 void setSubject(int value)
          Sets the value of the subject 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pid

protected long pid

subject

protected int subject

xcoord

protected java.math.BigDecimal xcoord

ycoord

protected java.math.BigDecimal ycoord
Constructor Detail

PhotoTag

public PhotoTag()
Method Detail

getPid

public long getPid()
Gets the value of the pid property.


setPid

public void setPid(long value)
Sets the value of the pid property.


getSubject

public int getSubject()
Gets the value of the subject property.


setSubject

public void setSubject(int value)
Sets the value of the subject property.


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


Copyright © 2008. All Rights Reserved.