com.google.code.facebookapi.schema
Class StreamVideo

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

public class StreamVideo
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 stream_video complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="stream_video">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="display_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="source_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="owner" type="{http://api.facebook.com/1.0/}uid"/>
         <element name="permalink" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="preview_img" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="source_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String displayUrl
           
protected  long owner
           
protected  java.lang.String permalink
           
protected  java.lang.String previewImg
           
protected  java.lang.String sourceType
           
protected  java.lang.String sourceUrl
           
 
Constructor Summary
StreamVideo()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getDisplayUrl()
          Gets the value of the displayUrl property.
 long getOwner()
          Gets the value of the owner property.
 java.lang.String getPermalink()
          Gets the value of the permalink property.
 java.lang.String getPreviewImg()
          Gets the value of the previewImg property.
 java.lang.String getSourceType()
          Gets the value of the sourceType property.
 java.lang.String getSourceUrl()
          Gets the value of the sourceUrl property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setDisplayUrl(java.lang.String value)
          Sets the value of the displayUrl property.
 void setOwner(long value)
          Sets the value of the owner property.
 void setPermalink(java.lang.String value)
          Sets the value of the permalink property.
 void setPreviewImg(java.lang.String value)
          Sets the value of the previewImg property.
 void setSourceType(java.lang.String value)
          Sets the value of the sourceType property.
 void setSourceUrl(java.lang.String value)
          Sets the value of the sourceUrl 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

displayUrl

protected java.lang.String displayUrl

sourceUrl

protected java.lang.String sourceUrl

owner

protected long owner

permalink

protected java.lang.String permalink

previewImg

protected java.lang.String previewImg

sourceType

protected java.lang.String sourceType
Constructor Detail

StreamVideo

public StreamVideo()
Method Detail

getDisplayUrl

public java.lang.String getDisplayUrl()
Gets the value of the displayUrl property.

Returns:
possible object is String

setDisplayUrl

public void setDisplayUrl(java.lang.String value)
Sets the value of the displayUrl property.

Parameters:
value - allowed object is String

getSourceUrl

public java.lang.String getSourceUrl()
Gets the value of the sourceUrl property.

Returns:
possible object is String

setSourceUrl

public void setSourceUrl(java.lang.String value)
Sets the value of the sourceUrl property.

Parameters:
value - allowed object is String

getOwner

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


setOwner

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


getPermalink

public java.lang.String getPermalink()
Gets the value of the permalink property.

Returns:
possible object is String

setPermalink

public void setPermalink(java.lang.String value)
Sets the value of the permalink property.

Parameters:
value - allowed object is String

getPreviewImg

public java.lang.String getPreviewImg()
Gets the value of the previewImg property.

Returns:
possible object is String

setPreviewImg

public void setPreviewImg(java.lang.String value)
Sets the value of the previewImg property.

Parameters:
value - allowed object is String

getSourceType

public java.lang.String getSourceType()
Gets the value of the sourceType property.

Returns:
possible object is String

setSourceType

public void setSourceType(java.lang.String value)
Sets the value of the sourceType property.

Parameters:
value - allowed object is String

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 © 2010. All Rights Reserved.