|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.PhotoTag
public class PhotoTag
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 long |
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 | |
|---|---|
long |
getCreated()
Gets the value of the created property. |
long |
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. |
void |
setCreated(long value)
Sets the value of the created property. |
void |
setPid(long 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long pid
protected java.lang.Long subject
protected java.lang.String text
protected java.math.BigDecimal xcoord
protected java.math.BigDecimal ycoord
protected long created
| Constructor Detail |
|---|
public PhotoTag()
| Method Detail |
|---|
public long getPid()
public void setPid(long value)
public java.lang.Long getSubject()
Longpublic void setSubject(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getXcoord()
BigDecimalpublic void setXcoord(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getYcoord()
BigDecimalpublic void setYcoord(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic long getCreated()
public void setCreated(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||