com.google.code.facebookapi.schema
Class StreamSwf

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

public class StreamSwf
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_swf complex type.

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

 <complexType name="stream_swf">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="source_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="preview_img" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="flash_vars" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String flashVars
           
protected  int height
           
protected  java.lang.String previewImg
           
protected  java.lang.String sourceUrl
           
protected  int width
           
 
Constructor Summary
StreamSwf()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getFlashVars()
          Gets the value of the flashVars property.
 int getHeight()
          Gets the value of the height property.
 java.lang.String getPreviewImg()
          Gets the value of the previewImg property.
 java.lang.String getSourceUrl()
          Gets the value of the sourceUrl property.
 int getWidth()
          Gets the value of the width property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setFlashVars(java.lang.String value)
          Sets the value of the flashVars property.
 void setHeight(int value)
          Sets the value of the height property.
 void setPreviewImg(java.lang.String value)
          Sets the value of the previewImg property.
 void setSourceUrl(java.lang.String value)
          Sets the value of the sourceUrl property.
 void setWidth(int value)
          Sets the value of the width 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

sourceUrl

protected java.lang.String sourceUrl

previewImg

protected java.lang.String previewImg

flashVars

protected java.lang.String flashVars

width

protected int width

height

protected int height
Constructor Detail

StreamSwf

public StreamSwf()
Method Detail

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

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

getFlashVars

public java.lang.String getFlashVars()
Gets the value of the flashVars property.

Returns:
possible object is String

setFlashVars

public void setFlashVars(java.lang.String value)
Sets the value of the flashVars property.

Parameters:
value - allowed object is String

getWidth

public int getWidth()
Gets the value of the width property.


setWidth

public void setWidth(int value)
Sets the value of the width property.


getHeight

public int getHeight()
Gets the value of the height property.


setHeight

public void setHeight(int value)
Sets the value of the height property.


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.