org.mythtv.services.api.v025.beans
Class RecRuleList

java.lang.Object
  extended by org.mythtv.services.api.v025.beans.RecRuleList

public class RecRuleList
extends java.lang.Object

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


Constructor Summary
RecRuleList()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 java.lang.Integer getCount()
           
 java.lang.String getProtoVer()
           
 RecRule[] getRecRules()
           
 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 setProtoVer(java.lang.String protoVer)
           
 void setRecRules(RecRule[] recRules)
           
 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

RecRuleList

public RecRuleList()
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

getRecRules

public RecRule[] getRecRules()
Returns:
the recRules

setRecRules

public void setRecRules(RecRule[] recRules)
Parameters:
recRules - the recRules to set