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

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

public class LiveStreamInfoList
extends java.lang.Object


Constructor Summary
LiveStreamInfoList()
           
 
Method Summary
 LiveStreamInfos getLiveStreamInfos()
           
 void setLiveStreamInfos(LiveStreamInfos liveStreamInfos)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveStreamInfoList

public LiveStreamInfoList()
Method Detail

getLiveStreamInfos

public LiveStreamInfos getLiveStreamInfos()
Returns:
the liveStreamInfos

setLiveStreamInfos

public void setLiveStreamInfos(LiveStreamInfos liveStreamInfos)
Parameters:
liveStreamInfos - the liveStreamInfos to set

toString

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