|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.StreamVideo
public class StreamVideo
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 |
|---|
protected java.lang.String displayUrl
protected java.lang.String sourceUrl
protected long owner
protected java.lang.String permalink
protected java.lang.String previewImg
protected java.lang.String sourceType
| Constructor Detail |
|---|
public StreamVideo()
| Method Detail |
|---|
public java.lang.String getDisplayUrl()
Stringpublic void setDisplayUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourceUrl()
Stringpublic void setSourceUrl(java.lang.String value)
value - allowed object is
Stringpublic long getOwner()
public void setOwner(long value)
public java.lang.String getPermalink()
Stringpublic void setPermalink(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 getSourceType()
Stringpublic void setSourceType(java.lang.String value)
value - allowed object is
Stringpublic 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 | ||||||||