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

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

public class VideoSourceList
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


Constructor Summary
VideoSourceList()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 java.lang.String getProtoVer()
           
 java.lang.String getVersion()
           
 VideoSource[] getVideoSources()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setProtoVer(java.lang.String protoVer)
           
 void setVersion(java.lang.String version)
           
 void setVideoSources(VideoSource[] videoSources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoSourceList

public VideoSourceList()
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 java.lang.String getVersion()
Returns:
the version

setVersion

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

getProtoVer

public java.lang.String getProtoVer()
Returns:
the protoVer

setProtoVer

public void setProtoVer(java.lang.String protoVer)
Parameters:
protoVer - the protoVer to set

getVideoSources

public VideoSource[] getVideoSources()
Returns:
the videoSources

setVideoSources

public void setVideoSources(VideoSource[] videoSources)
Parameters:
videoSources - the videoSources to set