org.mythtv.services.api.v026.beans
Class VideoSourceList

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.VideoSourceList

public class VideoSourceList
extends java.lang.Object


Constructor Summary
VideoSourceList()
           
 
Method Summary
 VideoSources getVideoSources()
           
 void setVideoSources(VideoSources videoSources)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoSourceList

public VideoSourceList()
Method Detail

getVideoSources

public VideoSources getVideoSources()
Returns:
the videoSources

setVideoSources

public void setVideoSources(VideoSources videoSources)
Parameters:
videoSources - the videoSources to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object