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

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

public class ProgramList
extends java.lang.Object

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


Constructor Summary
ProgramList()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 java.lang.Integer getCount()
           
 Program[] getPrograms()
           
 java.lang.String getProtoVer()
           
 java.lang.Integer getStartIndex()
           
 java.lang.Integer getTotalAvailable()
           
 java.lang.String getVersion()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setCount(java.lang.Integer count)
           
 void setPrograms(Program[] programs)
           
 void setProtoVer(java.lang.String protoVer)
           
 void setStartIndex(java.lang.Integer startIndex)
           
 void setTotalAvailable(java.lang.Integer totalAvailable)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramList

public ProgramList()
Method Detail

getStartIndex

public java.lang.Integer getStartIndex()
Returns:
the startIndex

setStartIndex

public void setStartIndex(java.lang.Integer startIndex)
Parameters:
startIndex - the startIndex to set

getCount

public java.lang.Integer getCount()
Returns:
the count

setCount

public void setCount(java.lang.Integer count)
Parameters:
count - the count to set

getTotalAvailable

public java.lang.Integer getTotalAvailable()
Returns:
the totalAvailable

setTotalAvailable

public void setTotalAvailable(java.lang.Integer totalAvailable)
Parameters:
totalAvailable - the totalAvailable to set

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

getPrograms

public Program[] getPrograms()
Returns:
the programs

setPrograms

public void setPrograms(Program[] programs)
Parameters:
programs - the programs to set