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.
|
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
Copyright © 2015. All rights reserved.