public class ComplexJobAudioChannelMapInputType extends ComplexJobInputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ComplexJobAudioChannelMapInputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobAudioChannelMapInputType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobInputType">
<sequence>
<element name="channel" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
channel |
id, setting, stream, transition| Constructor and Description |
|---|
ComplexJobAudioChannelMapInputType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
int |
getChannel()
Gets the value of the channel property.
|
boolean |
isSetChannel() |
void |
setChannel(int value)
Sets the value of the channel property.
|
ComplexJobAudioChannelMapInputType |
withChannel(int value) |
ComplexJobAudioChannelMapInputType |
withId(int value) |
ComplexJobAudioChannelMapInputType |
withSetting(Collection<KeyValuePairType> values) |
ComplexJobAudioChannelMapInputType |
withSetting(KeyValuePairType... values) |
ComplexJobAudioChannelMapInputType |
withStream(int value) |
ComplexJobAudioChannelMapInputType |
withTransition(TransitionType value) |
getId, getSetting, getStream, getTransition, isSetId, isSetSetting, isSetStream, isSetTransition, setId, setStream, setTransition, unsetSettingpublic int getChannel()
public void setChannel(int value)
public boolean isSetChannel()
public Object clone()
clone in class ComplexJobInputTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ComplexJobInputTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ComplexJobInputTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class ComplexJobInputTypepublic ComplexJobAudioChannelMapInputType withChannel(int value)
public ComplexJobAudioChannelMapInputType withId(int value)
withId in class ComplexJobInputTypepublic ComplexJobAudioChannelMapInputType withStream(int value)
withStream in class ComplexJobInputTypepublic ComplexJobAudioChannelMapInputType withTransition(TransitionType value)
withTransition in class ComplexJobInputTypepublic ComplexJobAudioChannelMapInputType withSetting(KeyValuePairType... values)
withSetting in class ComplexJobInputTypepublic ComplexJobAudioChannelMapInputType withSetting(Collection<KeyValuePairType> values)
withSetting in class ComplexJobInputTypeCopyright © 2015. All rights reserved.