|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Photo
public class Photo
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
aid
|
protected java.lang.String |
caption
|
protected long |
created
|
protected java.lang.String |
link
|
protected long |
owner
|
protected long |
pid
|
protected java.lang.String |
src
|
protected java.lang.String |
srcBig
|
protected java.lang.String |
srcSmall
|
protected long |
storyFbid
|
| Constructor Summary | |
|---|---|
Photo()
|
|
| Method Summary | |
|---|---|
long |
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 |
getOwner()
Gets the value of the owner property. |
long |
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. |
void |
setAid(long 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 |
setOwner(long value)
Sets the value of the owner property. |
void |
setPid(long 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long pid
protected long aid
protected long owner
protected java.lang.String src
protected java.lang.String srcBig
protected java.lang.String srcSmall
protected java.lang.String link
protected java.lang.String caption
protected long created
protected long storyFbid
| Constructor Detail |
|---|
public Photo()
| Method Detail |
|---|
public long getPid()
public void setPid(long value)
public long getAid()
public void setAid(long value)
public long getOwner()
public void setOwner(long value)
public java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrcBig()
Stringpublic void setSrcBig(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrcSmall()
Stringpublic void setSrcSmall(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLink()
Stringpublic void setLink(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaption()
Stringpublic void setCaption(java.lang.String value)
value - allowed object is
Stringpublic long getCreated()
public void setCreated(long value)
public long getStoryFbid()
public void setStoryFbid(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||