|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.StreamMedia
public class StreamMedia
Java class for stream_media complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stream_media">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="alt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="src" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="video" type="{http://api.facebook.com/1.0/}stream_video"/>
<element name="obj" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="music" type="{http://api.facebook.com/1.0/}stream_music"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="photo" type="{http://api.facebook.com/1.0/}stream_photo"/>
<element name="swf" type="{http://api.facebook.com/1.0/}stream_swf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
alt
|
protected java.lang.String |
data
|
protected java.lang.String |
href
|
protected StreamMusic |
music
|
protected java.lang.String |
obj
|
protected StreamPhoto |
photo
|
protected java.lang.String |
src
|
protected StreamSwf |
swf
|
protected java.lang.String |
type
|
protected StreamVideo |
video
|
| Constructor Summary | |
|---|---|
StreamMedia()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.String |
getAlt()
Gets the value of the alt property. |
java.lang.String |
getData()
Gets the value of the data property. |
java.lang.String |
getHref()
Gets the value of the href property. |
StreamMusic |
getMusic()
Gets the value of the music property. |
java.lang.String |
getObj()
Gets the value of the obj property. |
StreamPhoto |
getPhoto()
Gets the value of the photo property. |
java.lang.String |
getSrc()
Gets the value of the src property. |
StreamSwf |
getSwf()
Gets the value of the swf property. |
java.lang.String |
getType()
Gets the value of the type property. |
StreamVideo |
getVideo()
Gets the value of the video property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAlt(java.lang.String value)
Sets the value of the alt property. |
void |
setData(java.lang.String value)
Sets the value of the data property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setMusic(StreamMusic value)
Sets the value of the music property. |
void |
setObj(java.lang.String value)
Sets the value of the obj property. |
void |
setPhoto(StreamPhoto value)
Sets the value of the photo property. |
void |
setSrc(java.lang.String value)
Sets the value of the src property. |
void |
setSwf(StreamSwf value)
Sets the value of the swf property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setVideo(StreamVideo value)
Sets the value of the video 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 href
protected java.lang.String alt
protected java.lang.String type
protected java.lang.String src
protected StreamVideo video
protected java.lang.String obj
protected StreamMusic music
protected java.lang.String data
protected StreamPhoto photo
protected StreamSwf swf
| Constructor Detail |
|---|
public StreamMedia()
| Method Detail |
|---|
public java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlt()
Stringpublic void setAlt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
Stringpublic StreamVideo getVideo()
StreamVideopublic void setVideo(StreamVideo value)
value - allowed object is
StreamVideopublic java.lang.String getObj()
Stringpublic void setObj(java.lang.String value)
value - allowed object is
Stringpublic StreamMusic getMusic()
StreamMusicpublic void setMusic(StreamMusic value)
value - allowed object is
StreamMusicpublic java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
Stringpublic StreamPhoto getPhoto()
StreamPhotopublic void setPhoto(StreamPhoto value)
value - allowed object is
StreamPhotopublic StreamSwf getSwf()
StreamSwfpublic void setSwf(StreamSwf value)
value - allowed object is
StreamSwfpublic 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 | ||||||||