Package com.vidispine.generated
Class ComplexJobAudioChannelMapInputType
java.lang.Object
com.vidispine.generated.ComplexJobInputType
com.vidispine.generated.ComplexJobAudioChannelMapInputType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class ComplexJobAudioChannelMapInputType
extends ComplexJobInputType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.ComplexJobInputType
id, pid, setting, stream, transition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) intGets the value of the channel property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanvoidsetChannel(int value) Sets the value of the channel property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChannel(int value) Sets the value of the channel property.withId(int value) Sets the value of the id property.Sets the value of the pid property.withSetting(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStream(int value) Sets the value of the stream property.withTransition(TransitionType value) Sets the value of the transition property.Methods inherited from class com.vidispine.generated.ComplexJobInputType
getId, getPid, getSetting, getStream, getTransition, isSetId, isSetPid, isSetSetting, isSetStream, isSetTransition, setId, setPid, setStream, setTransition, unsetSetting
-
Field Details
-
channel
protected int channel
-
-
Constructor Details
-
ComplexJobAudioChannelMapInputType
public ComplexJobAudioChannelMapInputType()
-
-
Method Details
-
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
- Overrides:
clonein classComplexJobInputType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classComplexJobInputType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classComplexJobInputType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classComplexJobInputType
-
withChannel
Sets the value of the channel property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withId
Sets the value of the id property.- Overrides:
withIdin classComplexJobInputType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withStream
Sets the value of the stream property.- Overrides:
withStreamin classComplexJobInputType- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withPid
Sets the value of the pid property.- Overrides:
withPidin classComplexJobInputType- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withTransition
Sets the value of the transition property.- Overrides:
withTransitionin classComplexJobInputType- Parameters:
value- allowed object isTransitionType- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Overrides:
withSettingin classComplexJobInputType- Parameters:
values- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Overrides:
withSettingin classComplexJobInputType- Parameters:
values- objects to add to the list Setting- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classComplexJobInputType
-
equals
- Overrides:
equalsin classComplexJobInputType
-
visit
- Overrides:
visitin classComplexJobInputType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classComplexJobInputType
-
hashCode
public int hashCode()- Overrides:
hashCodein classComplexJobInputType
-
toString
- Overrides:
toStringin classComplexJobInputType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classComplexJobInputType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classComplexJobInputType
-