com.google.code.facebookapi.schema
Class StreamMedia

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

public class StreamMedia
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_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

href

protected java.lang.String href

alt

protected java.lang.String alt

type

protected java.lang.String type

src

protected java.lang.String src

video

protected StreamVideo video

obj

protected java.lang.String obj

music

protected StreamMusic music

data

protected java.lang.String data

photo

protected StreamPhoto photo

swf

protected StreamSwf swf
Constructor Detail

StreamMedia

public StreamMedia()
Method Detail

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getAlt

public java.lang.String getAlt()
Gets the value of the alt property.

Returns:
possible object is String

setAlt

public void setAlt(java.lang.String value)
Sets the value of the alt property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getSrc

public java.lang.String getSrc()
Gets the value of the src property.

Returns:
possible object is String

setSrc

public void setSrc(java.lang.String value)
Sets the value of the src property.

Parameters:
value - allowed object is String

getVideo

public StreamVideo getVideo()
Gets the value of the video property.

Returns:
possible object is StreamVideo

setVideo

public void setVideo(StreamVideo value)
Sets the value of the video property.

Parameters:
value - allowed object is StreamVideo

getObj

public java.lang.String getObj()
Gets the value of the obj property.

Returns:
possible object is String

setObj

public void setObj(java.lang.String value)
Sets the value of the obj property.

Parameters:
value - allowed object is String

getMusic

public StreamMusic getMusic()
Gets the value of the music property.

Returns:
possible object is StreamMusic

setMusic

public void setMusic(StreamMusic value)
Sets the value of the music property.

Parameters:
value - allowed object is StreamMusic

getData

public java.lang.String getData()
Gets the value of the data property.

Returns:
possible object is String

setData

public void setData(java.lang.String value)
Sets the value of the data property.

Parameters:
value - allowed object is String

getPhoto

public StreamPhoto getPhoto()
Gets the value of the photo property.

Returns:
possible object is StreamPhoto

setPhoto

public void setPhoto(StreamPhoto value)
Sets the value of the photo property.

Parameters:
value - allowed object is StreamPhoto

getSwf

public StreamSwf getSwf()
Gets the value of the swf property.

Returns:
possible object is StreamSwf

setSwf

public void setSwf(StreamSwf value)
Sets the value of the swf property.

Parameters:
value - allowed object is StreamSwf

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.