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

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

public class EncoderList
extends java.lang.Object

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


Constructor Summary
EncoderList()
           
 
Method Summary
 Encoder[] getEncoders()
           
 void setEncoders(Encoder[] encoders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncoderList

public EncoderList()
Method Detail

getEncoders

public Encoder[] getEncoders()
Returns:
the encoders

setEncoders

public void setEncoders(Encoder[] encoders)
Parameters:
encoders - the encoders to set