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

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

public class VideoMultiplex
extends java.lang.Object

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


Constructor Summary
VideoMultiplex()
           
 
Method Summary
 java.lang.String getBandwidth()
           
 java.lang.String getConstellation()
           
 java.lang.String getDefaultAuthority()
           
 java.lang.String getFEC()
           
 java.lang.Long 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()
           
 java.lang.Integer getMplexId()
           
 java.lang.Integer getNetworkId()
           
 java.lang.String getPolarity()
           
 java.lang.String getRollOff()
           
 java.lang.Integer getServiceVersion()
           
 java.lang.String getSIStandard()
           
 java.lang.Integer getSourceId()
           
 java.lang.Long getSymbolRate()
           
 java.lang.String getTransmissionMode()
           
 java.lang.Integer getTransportId()
           
 org.joda.time.DateTime getUpdateTimeStamp()
           
 java.lang.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(java.lang.Long 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 setMplexId(java.lang.Integer mplexId)
           
 void setNetworkId(java.lang.Integer networkId)
           
 void setPolarity(java.lang.String polarity)
           
 void setRollOff(java.lang.String rollOff)
           
 void setServiceVersion(java.lang.Integer serviceVersion)
           
 void setSIStandard(java.lang.String sIStandard)
           
 void setSourceId(java.lang.Integer sourceId)
           
 void setSymbolRate(java.lang.Long symbolRate)
           
 void setTransmissionMode(java.lang.String transmissionMode)
           
 void setTransportId(java.lang.Integer transportId)
           
 void setUpdateTimeStamp(org.joda.time.DateTime updateTimeStamp)
           
 void setVisible(java.lang.Boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoMultiplex

public VideoMultiplex()
Method Detail

getMplexId

public java.lang.Integer getMplexId()
Returns:
the mplexId

setMplexId

public void setMplexId(java.lang.Integer mplexId)
Parameters:
mplexId - the mplexId to set

getSourceId

public java.lang.Integer getSourceId()
Returns:
the sourceId

setSourceId

public void setSourceId(java.lang.Integer sourceId)
Parameters:
sourceId - the sourceId to set

getTransportId

public java.lang.Integer getTransportId()
Returns:
the transportId

setTransportId

public void setTransportId(java.lang.Integer transportId)
Parameters:
transportId - the transportId to set

getNetworkId

public java.lang.Integer getNetworkId()
Returns:
the networkId

setNetworkId

public void setNetworkId(java.lang.Integer networkId)
Parameters:
networkId - the networkId to set

getFrequency

public java.lang.Long getFrequency()
Returns:
the frequency

setFrequency

public void setFrequency(java.lang.Long 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 java.lang.Long getSymbolRate()
Returns:
the symbolRate

setSymbolRate

public void setSymbolRate(java.lang.Long 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 java.lang.Boolean isVisible()
Returns:
the visible

setVisible

public void setVisible(java.lang.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 java.lang.Integer getServiceVersion()
Returns:
the serviceVersion

setServiceVersion

public void setServiceVersion(java.lang.Integer 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