public class ComplexJobAudioChannelMapInputType extends ComplexJobInputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
|---|---|
static class |
ComplexJobAudioChannelMapInputType.PropInfo |
| 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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
int |
getChannel()
Gets the value of the channel property.
|
boolean |
isSetChannel() |
void |
setChannel(int value)
Sets the value of the channel property.
|
ComplexJobAudioChannelMapInputType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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 ComplexJobInputTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ComplexJobInputTypepublic boolean equals(Object object)
equals in class ComplexJobInputTypepublic ComplexJobAudioChannelMapInputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class ComplexJobInputTypeCopyright © 2019. All rights reserved.