org.mythtv.services.api.channel
Class VideoSources

java.lang.Object
  extended by org.mythtv.services.api.channel.VideoSources

public class VideoSources
extends Object

Author:
Daniel Frey

Constructor Summary
VideoSources()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 String getProtocolVersion()
           
 String getVersion()
           
 List<VideoSource> getVideoSources()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setProtocolVersion(String protocolVersion)
           
 void setVersion(String version)
           
 void setVideoSources(List<VideoSource> videoSources)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoSources

public VideoSources()
Method Detail

getAsOf

public org.joda.time.DateTime getAsOf()
Returns:
the asOf

setAsOf

public void setAsOf(org.joda.time.DateTime asOf)
Parameters:
asOf - the asOf to set

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getProtocolVersion

public String getProtocolVersion()
Returns:
the protocolVersion

setProtocolVersion

public void setProtocolVersion(String protocolVersion)
Parameters:
protocolVersion - the protocolVersion to set

getVideoSources

public List<VideoSource> getVideoSources()
Returns:
the videoSources

setVideoSources

public void setVideoSources(List<VideoSource> videoSources)
Parameters:
videoSources - the videoSources to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.