org.mythtv.services.api.v026.beans
Class VideoMultiplex

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.VideoMultiplex

public class VideoMultiplex
extends java.lang.Object


Constructor Summary
VideoMultiplex()
           
 
Method Summary
 java.lang.String getBandwidth()
           
 java.lang.String getConstellation()
           
 java.lang.String getDefaultAuthority()
           
 java.lang.String getFec()
           
 int getFrequency()
           
 java.lang.String getGuardInterval()
           
 java.lang.String getHierarchy()
           
 java.lang.String getHpCodeRate()
           
 java.lang.String getInversion()
           
 java.lang.String getLpCodeRate()
           
 java.lang.String getModulation()
           
 java.lang.String getModulationSystem()
           
 int getMultiplexId()
           
 int getNetworkId()
           
 java.lang.String getPolarity()
           
 java.lang.String getRollOff()
           
 int getServiceVersion()
           
 java.lang.String getSiStandard()
           
 int getSourceId()
           
 int getSymbolRate()
           
 java.lang.String getTransmissionMode()
           
 int getTransportId()
           
 org.joda.time.DateTime getUpdateTimestamp()
           
 boolean isVisible()
           
 void setBandwidth(java.lang.String bandwidth)
           
 void setConstellation(java.lang.String constellation)
           
 void setDefaultAuthority(java.lang.String defaultAuthority)
           
 void setFec(java.lang.String fec)
           
 void setFrequency(int frequency)
           
 void setGuardInterval(java.lang.String guardInterval)
           
 void setHierarchy(java.lang.String hierarchy)
           
 void setHpCodeRate(java.lang.String hpCodeRate)
           
 void setInversion(java.lang.String inversion)
           
 void setLpCodeRate(java.lang.String lpCodeRate)
           
 void setModulation(java.lang.String modulation)
           
 void setModulationSystem(java.lang.String modulationSystem)
           
 void setMultiplexId(int multiplexId)
           
 void setNetworkId(int networkId)
           
 void setPolarity(java.lang.String polarity)
           
 void setRollOff(java.lang.String rollOff)
           
 void setServiceVersion(int serviceVersion)
           
 void setSiStandard(java.lang.String siStandard)
           
 void setSourceId(int sourceId)
           
 void setSymbolRate(int symbolRate)
           
 void setTransmissionMode(java.lang.String transmissionMode)
           
 void setTransportId(int transportId)
           
 void setUpdateTimestamp(org.joda.time.DateTime updateTimestamp)
           
 void setVisible(boolean visible)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoMultiplex

public VideoMultiplex()
Method Detail

getMultiplexId

public int getMultiplexId()
Returns:
the multiplexId

setMultiplexId

public void setMultiplexId(int multiplexId)
Parameters:
multiplexId - the multiplexId to set

getSourceId

public int getSourceId()
Returns:
the sourceId

setSourceId

public void setSourceId(int sourceId)
Parameters:
sourceId - the sourceId to set

getTransportId

public int getTransportId()
Returns:
the transportId

setTransportId

public void setTransportId(int transportId)
Parameters:
transportId - the transportId to set

getNetworkId

public int getNetworkId()
Returns:
the networkId

setNetworkId

public void setNetworkId(int networkId)
Parameters:
networkId - the networkId to set

getFrequency

public int getFrequency()
Returns:
the frequency

setFrequency

public void setFrequency(int frequency)
Parameters:
frequency - the frequency to set

getInversion

public java.lang.String getInversion()
Returns:
the inversion

setInversion

public void setInversion(java.lang.String inversion)
Parameters:
inversion - the inversion to set

getSymbolRate

public int getSymbolRate()
Returns:
the symbolRate

setSymbolRate

public void setSymbolRate(int symbolRate)
Parameters:
symbolRate - the symbolRate to set

getFec

public java.lang.String getFec()
Returns:
the fec

setFec

public void setFec(java.lang.String fec)
Parameters:
fec - the fec to set

getPolarity

public java.lang.String getPolarity()
Returns:
the polarity

setPolarity

public void setPolarity(java.lang.String polarity)
Parameters:
polarity - the polarity to set

getModulation

public java.lang.String getModulation()
Returns:
the modulation

setModulation

public void setModulation(java.lang.String modulation)
Parameters:
modulation - the modulation to set

getBandwidth

public java.lang.String getBandwidth()
Returns:
the bandwidth

setBandwidth

public void setBandwidth(java.lang.String bandwidth)
Parameters:
bandwidth - the bandwidth to set

getLpCodeRate

public java.lang.String getLpCodeRate()
Returns:
the lpCodeRate

setLpCodeRate

public void setLpCodeRate(java.lang.String lpCodeRate)
Parameters:
lpCodeRate - the lpCodeRate to set

getHpCodeRate

public java.lang.String getHpCodeRate()
Returns:
the hpCodeRate

setHpCodeRate

public void setHpCodeRate(java.lang.String hpCodeRate)
Parameters:
hpCodeRate - the hpCodeRate to set

getTransmissionMode

public java.lang.String getTransmissionMode()
Returns:
the transmissionMode

setTransmissionMode

public void setTransmissionMode(java.lang.String transmissionMode)
Parameters:
transmissionMode - the transmissionMode to set

getGuardInterval

public java.lang.String getGuardInterval()
Returns:
the guardInterval

setGuardInterval

public void setGuardInterval(java.lang.String guardInterval)
Parameters:
guardInterval - the guardInterval to set

isVisible

public boolean isVisible()
Returns:
the visible

setVisible

public void setVisible(boolean visible)
Parameters:
visible - the visible to set

getConstellation

public java.lang.String getConstellation()
Returns:
the constellation

setConstellation

public void setConstellation(java.lang.String constellation)
Parameters:
constellation - the constellation to set

getHierarchy

public java.lang.String getHierarchy()
Returns:
the hierarchy

setHierarchy

public void setHierarchy(java.lang.String hierarchy)
Parameters:
hierarchy - the hierarchy to set

getModulationSystem

public java.lang.String getModulationSystem()
Returns:
the modulationSystem

setModulationSystem

public void setModulationSystem(java.lang.String modulationSystem)
Parameters:
modulationSystem - the modulationSystem to set

getRollOff

public java.lang.String getRollOff()
Returns:
the rollOff

setRollOff

public void setRollOff(java.lang.String rollOff)
Parameters:
rollOff - the rollOff to set

getSiStandard

public java.lang.String getSiStandard()
Returns:
the siStandard

setSiStandard

public void setSiStandard(java.lang.String siStandard)
Parameters:
siStandard - the siStandard to set

getServiceVersion

public int getServiceVersion()
Returns:
the serviceVersion

setServiceVersion

public void setServiceVersion(int serviceVersion)
Parameters:
serviceVersion - the serviceVersion to set

getUpdateTimestamp

public org.joda.time.DateTime getUpdateTimestamp()
Returns:
the updateTimestamp

setUpdateTimestamp

public void setUpdateTimestamp(org.joda.time.DateTime updateTimestamp)
Parameters:
updateTimestamp - the updateTimestamp to set

getDefaultAuthority

public java.lang.String getDefaultAuthority()
Returns:
the defaultAuthority

setDefaultAuthority

public void setDefaultAuthority(java.lang.String defaultAuthority)
Parameters:
defaultAuthority - the defaultAuthority to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object