Package com.vidispine.generated
Class ComplexJobAudioChannelMapInputType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobInputType
-
- com.vidispine.generated.ComplexJobAudioChannelMapInputType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ComplexJobAudioChannelMapInputType extends ComplexJobInputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobAudioChannelMapInputType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected int
channel
-
Fields inherited from class com.vidispine.generated.ComplexJobInputType
id, setting, stream, transition
-
-
Constructor Summary
Constructors Constructor Description ComplexJobAudioChannelMapInputType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
int
getChannel()
Gets the value of the channel property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(KeyValuePairType... values)
ComplexJobAudioChannelMapInputType
withSetting(Collection<KeyValuePairType> values)
ComplexJobAudioChannelMapInputType
withStream(int value)
ComplexJobAudioChannelMapInputType
withTransition(TransitionType value)
-
Methods inherited from class com.vidispine.generated.ComplexJobInputType
getId, getSetting, getStream, getTransition, isSetId, isSetSetting, isSetStream, isSetTransition, setId, setStream, setTransition, unsetSetting
-
-
-
-
Method Detail
-
getChannel
public int getChannel()
Gets the value of the channel property.
-
setChannel
public void setChannel(int value)
Sets the value of the channel property.
-
isSetChannel
public boolean isSetChannel()
-
clone
public Object clone()
- Overrides:
clone
in classComplexJobInputType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComplexJobInputType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComplexJobInputType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classComplexJobInputType
-
withChannel
public ComplexJobAudioChannelMapInputType withChannel(int value)
-
withId
public ComplexJobAudioChannelMapInputType withId(int value)
- Overrides:
withId
in classComplexJobInputType
-
withStream
public ComplexJobAudioChannelMapInputType withStream(int value)
- Overrides:
withStream
in classComplexJobInputType
-
withTransition
public ComplexJobAudioChannelMapInputType withTransition(TransitionType value)
- Overrides:
withTransition
in classComplexJobInputType
-
withSetting
public ComplexJobAudioChannelMapInputType withSetting(KeyValuePairType... values)
- Overrides:
withSetting
in classComplexJobInputType
-
withSetting
public ComplexJobAudioChannelMapInputType withSetting(Collection<KeyValuePairType> values)
- Overrides:
withSetting
in classComplexJobInputType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classComplexJobInputType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classComplexJobInputType
-
visit
public ComplexJobAudioChannelMapInputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classComplexJobInputType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classComplexJobInputType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classComplexJobInputType
-
-