|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Link
public class Link
Java class for link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="link_id" type="{http://api.facebook.com/1.0/}link_id"/>
<element name="owner" type="{http://api.facebook.com/1.0/}uid"/>
<element name="owner_comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="image_urls">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="image_urls_elt" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Link.ImageUrls
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected long |
createdTime
|
protected Link.ImageUrls |
imageUrls
|
protected long |
linkId
|
protected long |
owner
|
protected java.lang.String |
ownerComment
|
protected java.lang.String |
summary
|
protected java.lang.String |
title
|
protected java.lang.String |
url
|
| Constructor Summary | |
|---|---|
Link()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
long |
getCreatedTime()
Gets the value of the createdTime property. |
Link.ImageUrls |
getImageUrls()
Gets the value of the imageUrls property. |
long |
getLinkId()
Gets the value of the linkId property. |
long |
getOwner()
Gets the value of the owner property. |
java.lang.String |
getOwnerComment()
Gets the value of the ownerComment property. |
java.lang.String |
getSummary()
Gets the value of the summary property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCreatedTime(long value)
Sets the value of the createdTime property. |
void |
setImageUrls(Link.ImageUrls value)
Sets the value of the imageUrls property. |
void |
setLinkId(long value)
Sets the value of the linkId property. |
void |
setOwner(long value)
Sets the value of the owner property. |
void |
setOwnerComment(java.lang.String value)
Sets the value of the ownerComment property. |
void |
setSummary(java.lang.String value)
Sets the value of the summary property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setUrl(java.lang.String value)
Sets the value of the url 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 long linkId
protected long owner
protected java.lang.String ownerComment
protected long createdTime
protected java.lang.String title
protected java.lang.String summary
protected java.lang.String url
protected Link.ImageUrls imageUrls
| Constructor Detail |
|---|
public Link()
| Method Detail |
|---|
public long getLinkId()
public void setLinkId(long value)
public long getOwner()
public void setOwner(long value)
public java.lang.String getOwnerComment()
Stringpublic void setOwnerComment(java.lang.String value)
value - allowed object is
Stringpublic long getCreatedTime()
public void setCreatedTime(long value)
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic Link.ImageUrls getImageUrls()
Link.ImageUrlspublic void setImageUrls(Link.ImageUrls value)
value - allowed object is
Link.ImageUrlspublic 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 | ||||||||