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, unsetSetting
public int getChannel()
public void setChannel(int value)
public boolean isSetChannel()
public Object clone()
clone
in class ComplexJobInputType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class ComplexJobInputType
public 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.CopyTo
copyTo
in class ComplexJobInputType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class ComplexJobInputType
public ComplexJobAudioChannelMapInputType withChannel(int value)
public ComplexJobAudioChannelMapInputType withId(int value)
withId
in class ComplexJobInputType
public ComplexJobAudioChannelMapInputType withStream(int value)
withStream
in class ComplexJobInputType
public ComplexJobAudioChannelMapInputType withTransition(TransitionType value)
withTransition
in class ComplexJobInputType
public ComplexJobAudioChannelMapInputType withSetting(KeyValuePairType... values)
withSetting
in class ComplexJobInputType
public ComplexJobAudioChannelMapInputType withSetting(Collection<KeyValuePairType> values)
withSetting
in class ComplexJobInputType
public 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.Equals
equals
in class ComplexJobInputType
public boolean equals(Object object)
equals
in class ComplexJobInputType
public ComplexJobAudioChannelMapInputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class ComplexJobInputType
Copyright © 2018. All rights reserved.