com.google.code.facebookapi.schema
Class Link

java.lang.Object
  extended by com.google.code.facebookapi.schema.Link
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Link
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

linkId

protected long linkId

owner

protected long owner

ownerComment

protected java.lang.String ownerComment

createdTime

protected long createdTime

title

protected java.lang.String title

summary

protected java.lang.String summary

url

protected java.lang.String url

imageUrls

protected Link.ImageUrls imageUrls
Constructor Detail

Link

public Link()
Method Detail

getLinkId

public long getLinkId()
Gets the value of the linkId property.


setLinkId

public void setLinkId(long value)
Sets the value of the linkId property.


getOwner

public long getOwner()
Gets the value of the owner property.


setOwner

public void setOwner(long value)
Sets the value of the owner property.


getOwnerComment

public java.lang.String getOwnerComment()
Gets the value of the ownerComment property.

Returns:
possible object is String

setOwnerComment

public void setOwnerComment(java.lang.String value)
Sets the value of the ownerComment property.

Parameters:
value - allowed object is String

getCreatedTime

public long getCreatedTime()
Gets the value of the createdTime property.


setCreatedTime

public void setCreatedTime(long value)
Sets the value of the createdTime property.


getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getImageUrls

public Link.ImageUrls getImageUrls()
Gets the value of the imageUrls property.

Returns:
possible object is Link.ImageUrls

setImageUrls

public void setImageUrls(Link.ImageUrls value)
Sets the value of the imageUrls property.

Parameters:
value - allowed object is Link.ImageUrls

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.