|
|||||||||
| 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"/>
<element name="visible" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modified_major" type="{http://api.facebook.com/1.0/}time"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="object_id" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
aid
|
protected java.lang.String |
coverPid
|
protected java.lang.Long |
created
|
protected java.lang.String |
description
|
protected java.lang.String |
link
|
protected java.lang.String |
location
|
protected java.lang.Long |
modified
|
protected long |
modifiedMajor
|
protected java.lang.String |
name
|
protected long |
objectId
|
protected long |
owner
|
protected int |
size
|
protected java.lang.String |
type
|
protected java.lang.String |
visible
|
| Constructor Summary | |
|---|---|
Album()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getAid()
Gets the value of the aid property. |
java.lang.String |
getCoverPid()
Gets the value of the coverPid property. |
java.lang.Long |
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. |
java.lang.Long |
getModified()
Gets the value of the modified property. |
long |
getModifiedMajor()
Gets the value of the modifiedMajor property. |
java.lang.String |
getName()
Gets the value of the name property. |
long |
getObjectId()
Gets the value of the objectId property. |
long |
getOwner()
Gets the value of the owner property. |
int |
getSize()
Gets the value of the size property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.String |
getVisible()
Gets the value of the visible property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAid(java.lang.String value)
Sets the value of the aid property. |
void |
setCoverPid(java.lang.String value)
Sets the value of the coverPid property. |
void |
setCreated(java.lang.Long 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(java.lang.Long value)
Sets the value of the modified property. |
void |
setModifiedMajor(long value)
Sets the value of the modifiedMajor property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setObjectId(long value)
Sets the value of the objectId property. |
void |
setOwner(long value)
Sets the value of the owner property. |
void |
setSize(int value)
Sets the value of the size property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setVisible(java.lang.String value)
Sets the value of the visible 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 |
|---|
protected java.lang.String aid
protected java.lang.String coverPid
protected long owner
protected java.lang.String name
protected java.lang.Long created
protected java.lang.Long modified
protected java.lang.String description
protected java.lang.String location
protected java.lang.String link
protected int size
protected java.lang.String visible
protected long modifiedMajor
protected java.lang.String type
protected long objectId
| Constructor Detail |
|---|
public Album()
| Method Detail |
|---|
public java.lang.String getAid()
Stringpublic void setAid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoverPid()
Stringpublic void setCoverPid(java.lang.String value)
value - allowed object is
Stringpublic long getOwner()
public void setOwner(long value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getCreated()
Longpublic void setCreated(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getModified()
Longpublic void setModified(java.lang.Long value)
value - allowed object is
Longpublic 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)
public java.lang.String getVisible()
Stringpublic void setVisible(java.lang.String value)
value - allowed object is
Stringpublic long getModifiedMajor()
public void setModifiedMajor(long value)
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic long getObjectId()
public void setObjectId(long value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||