|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Album
public class Album
Java class for album complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="album">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="aid" type="{http://api.facebook.com/1.0/}aid"/>
<element name="cover_pid" type="{http://api.facebook.com/1.0/}pid"/>
<element name="owner" type="{http://api.facebook.com/1.0/}uid"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created" type="{http://api.facebook.com/1.0/}time"/>
<element name="modified" type="{http://api.facebook.com/1.0/}time"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="link" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
aid
|
protected long |
coverPid
|
protected int |
created
|
protected java.lang.String |
description
|
protected java.lang.String |
link
|
protected java.lang.String |
location
|
protected int |
modified
|
protected java.lang.String |
name
|
protected long |
owner
|
protected int |
size
|
| Constructor Summary | |
|---|---|
Album()
|
|
| Method Summary | |
|---|---|
long |
getAid()
Gets the value of the aid property. |
long |
getCoverPid()
Gets the value of the coverPid property. |
int |
getCreated()
Gets the value of the created property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLink()
Gets the value of the link property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
int |
getModified()
Gets the value of the modified property. |
java.lang.String |
getName()
Gets the value of the name property. |
long |
getOwner()
Gets the value of the owner property. |
int |
getSize()
Gets the value of the size property. |
void |
setAid(long value)
Sets the value of the aid property. |
void |
setCoverPid(long value)
Sets the value of the coverPid property. |
void |
setCreated(int value)
Sets the value of the created property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLink(java.lang.String value)
Sets the value of the link property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setModified(int value)
Sets the value of the modified property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOwner(long value)
Sets the value of the owner property. |
void |
setSize(int value)
Sets the value of the size property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long aid
protected long coverPid
protected long owner
protected java.lang.String name
protected int created
protected int modified
protected java.lang.String description
protected java.lang.String location
protected java.lang.String link
protected int size
| Constructor Detail |
|---|
public Album()
| Method Detail |
|---|
public long getAid()
public void setAid(long value)
public long getCoverPid()
public void setCoverPid(long value)
public long getOwner()
public void setOwner(long value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getCreated()
public void setCreated(int value)
public int getModified()
public void setModified(int value)
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocation()
Stringpublic void setLocation(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 int getSize()
public void setSize(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||