|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.StreamSwf
public class StreamSwf
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 |
|---|
protected java.lang.String sourceUrl
protected java.lang.String previewImg
protected java.lang.String flashVars
protected int width
protected int height
| Constructor Detail |
|---|
public StreamSwf()
| Method Detail |
|---|
public java.lang.String getSourceUrl()
Stringpublic void setSourceUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPreviewImg()
Stringpublic void setPreviewImg(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFlashVars()
Stringpublic void setFlashVars(java.lang.String value)
value - allowed object is
Stringpublic int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int 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 | ||||||||