org.mythtv.services.api.v025.beans
Class VideoSourceList
java.lang.Object
org.mythtv.services.api.v025.beans.VideoSourceList
public class VideoSourceList
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoSourceList
public VideoSourceList()
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