Class ComplexJobType.Connection
- java.lang.Object
-
- com.vidispine.generated.ComplexJobType.Connection
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ComplexJobType
public static class ComplexJobType.Connection extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="input" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobInputType" maxOccurs="unbounded"/> <element name="audioChannelMapInput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioChannelMapInputType" maxOccurs="unbounded"/> <element name="audioChannelSequenceInput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioChannelSequenceInputType" maxOccurs="unbounded"/> <element name="audioMixInput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobMixInputType" maxOccurs="unbounded"/> </choice> <choice> <element name="audioOutput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioOutputType"/> <element name="videoOutput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobVideoOutputType"/> <element name="subtitleOutput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobSubtitleOutputType"/> </choice> <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobType.Connection.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<ComplexJobAudioChannelMapInputType>
audioChannelMapInput
protected List<ComplexJobAudioChannelSequenceInputType>
audioChannelSequenceInput
protected List<ComplexJobMixInputType>
audioMixInput
protected ComplexJobAudioOutputType
audioOutput
protected List<ComplexJobInputType>
input
protected Integer
pid
protected ComplexJobSubtitleOutputType
subtitleOutput
protected ComplexJobVideoOutputType
videoOutput
-
Constructor Summary
Constructors Constructor Description Connection()
-
Method Summary
-
-
-
Field Detail
-
input
protected List<ComplexJobInputType> input
-
audioChannelMapInput
protected List<ComplexJobAudioChannelMapInputType> audioChannelMapInput
-
audioChannelSequenceInput
protected List<ComplexJobAudioChannelSequenceInputType> audioChannelSequenceInput
-
audioMixInput
protected List<ComplexJobMixInputType> audioMixInput
-
audioOutput
protected ComplexJobAudioOutputType audioOutput
-
videoOutput
protected ComplexJobVideoOutputType videoOutput
-
subtitleOutput
protected ComplexJobSubtitleOutputType subtitleOutput
-
pid
protected Integer pid
-
-
Method Detail
-
getInput
public List<ComplexJobInputType> getInput()
Gets the value of the input property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the input property.For example, to add a new item, do as follows:
getInput().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobInputType
-
isSetInput
public boolean isSetInput()
-
unsetInput
public void unsetInput()
-
getAudioChannelMapInput
public List<ComplexJobAudioChannelMapInputType> getAudioChannelMapInput()
Gets the value of the audioChannelMapInput property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the audioChannelMapInput property.For example, to add a new item, do as follows:
getAudioChannelMapInput().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobAudioChannelMapInputType
-
isSetAudioChannelMapInput
public boolean isSetAudioChannelMapInput()
-
unsetAudioChannelMapInput
public void unsetAudioChannelMapInput()
-
getAudioChannelSequenceInput
public List<ComplexJobAudioChannelSequenceInputType> getAudioChannelSequenceInput()
Gets the value of the audioChannelSequenceInput property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the audioChannelSequenceInput property.For example, to add a new item, do as follows:
getAudioChannelSequenceInput().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobAudioChannelSequenceInputType
-
isSetAudioChannelSequenceInput
public boolean isSetAudioChannelSequenceInput()
-
unsetAudioChannelSequenceInput
public void unsetAudioChannelSequenceInput()
-
getAudioMixInput
public List<ComplexJobMixInputType> getAudioMixInput()
Gets the value of the audioMixInput property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the audioMixInput property.For example, to add a new item, do as follows:
getAudioMixInput().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobMixInputType
-
isSetAudioMixInput
public boolean isSetAudioMixInput()
-
unsetAudioMixInput
public void unsetAudioMixInput()
-
getAudioOutput
public ComplexJobAudioOutputType getAudioOutput()
Gets the value of the audioOutput property.- Returns:
- possible object is
ComplexJobAudioOutputType
-
setAudioOutput
public void setAudioOutput(ComplexJobAudioOutputType value)
Sets the value of the audioOutput property.- Parameters:
value
- allowed object isComplexJobAudioOutputType
-
isSetAudioOutput
public boolean isSetAudioOutput()
-
getVideoOutput
public ComplexJobVideoOutputType getVideoOutput()
Gets the value of the videoOutput property.- Returns:
- possible object is
ComplexJobVideoOutputType
-
setVideoOutput
public void setVideoOutput(ComplexJobVideoOutputType value)
Sets the value of the videoOutput property.- Parameters:
value
- allowed object isComplexJobVideoOutputType
-
isSetVideoOutput
public boolean isSetVideoOutput()
-
getSubtitleOutput
public ComplexJobSubtitleOutputType getSubtitleOutput()
Gets the value of the subtitleOutput property.- Returns:
- possible object is
ComplexJobSubtitleOutputType
-
setSubtitleOutput
public void setSubtitleOutput(ComplexJobSubtitleOutputType value)
Sets the value of the subtitleOutput property.- Parameters:
value
- allowed object isComplexJobSubtitleOutputType
-
isSetSubtitleOutput
public boolean isSetSubtitleOutput()
-
getPid
public Integer getPid()
Gets the value of the pid property.- Returns:
- possible object is
Integer
-
setPid
public void setPid(Integer value)
Sets the value of the pid property.- Parameters:
value
- allowed object isInteger
-
isSetPid
public boolean isSetPid()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withInput
public ComplexJobType.Connection withInput(ComplexJobInputType... values)
-
withInput
public ComplexJobType.Connection withInput(Collection<ComplexJobInputType> values)
-
withAudioChannelMapInput
public ComplexJobType.Connection withAudioChannelMapInput(ComplexJobAudioChannelMapInputType... values)
-
withAudioChannelMapInput
public ComplexJobType.Connection withAudioChannelMapInput(Collection<ComplexJobAudioChannelMapInputType> values)
-
withAudioChannelSequenceInput
public ComplexJobType.Connection withAudioChannelSequenceInput(ComplexJobAudioChannelSequenceInputType... values)
-
withAudioChannelSequenceInput
public ComplexJobType.Connection withAudioChannelSequenceInput(Collection<ComplexJobAudioChannelSequenceInputType> values)
-
withAudioMixInput
public ComplexJobType.Connection withAudioMixInput(ComplexJobMixInputType... values)
-
withAudioMixInput
public ComplexJobType.Connection withAudioMixInput(Collection<ComplexJobMixInputType> values)
-
withAudioOutput
public ComplexJobType.Connection withAudioOutput(ComplexJobAudioOutputType value)
-
withVideoOutput
public ComplexJobType.Connection withVideoOutput(ComplexJobVideoOutputType value)
-
withSubtitleOutput
public ComplexJobType.Connection withSubtitleOutput(ComplexJobSubtitleOutputType value)
-
withPid
public ComplexJobType.Connection withPid(Integer value)
-
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
-
visit
public ComplexJobType.Connection visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
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
-
-