public static class ComplexJobType.Connection extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
| Modifier and Type | Field and 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 and Description |
|---|
ComplexJobType.Connection() |
protected List<ComplexJobInputType> input
protected List<ComplexJobAudioChannelMapInputType> audioChannelMapInput
protected List<ComplexJobAudioChannelSequenceInputType> audioChannelSequenceInput
protected List<ComplexJobMixInputType> audioMixInput
protected ComplexJobAudioOutputType audioOutput
protected ComplexJobVideoOutputType videoOutput
protected ComplexJobSubtitleOutputType subtitleOutput
protected Integer pid
public List<ComplexJobInputType> getInput()
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
public boolean isSetInput()
public void unsetInput()
public List<ComplexJobAudioChannelMapInputType> getAudioChannelMapInput()
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
public boolean isSetAudioChannelMapInput()
public void unsetAudioChannelMapInput()
public List<ComplexJobAudioChannelSequenceInputType> getAudioChannelSequenceInput()
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
public boolean isSetAudioChannelSequenceInput()
public void unsetAudioChannelSequenceInput()
public List<ComplexJobMixInputType> getAudioMixInput()
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
public boolean isSetAudioMixInput()
public void unsetAudioMixInput()
public ComplexJobAudioOutputType getAudioOutput()
ComplexJobAudioOutputTypepublic void setAudioOutput(ComplexJobAudioOutputType value)
value - allowed object is
ComplexJobAudioOutputTypepublic boolean isSetAudioOutput()
public ComplexJobVideoOutputType getVideoOutput()
ComplexJobVideoOutputTypepublic void setVideoOutput(ComplexJobVideoOutputType value)
value - allowed object is
ComplexJobVideoOutputTypepublic boolean isSetVideoOutput()
public ComplexJobSubtitleOutputType getSubtitleOutput()
ComplexJobSubtitleOutputTypepublic void setSubtitleOutput(ComplexJobSubtitleOutputType value)
value - allowed object is
ComplexJobSubtitleOutputTypepublic boolean isSetSubtitleOutput()
public Integer getPid()
Integerpublic void setPid(Integer value)
value - allowed object is
Integerpublic boolean isSetPid()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ComplexJobType.Connection withInput(ComplexJobInputType... values)
public ComplexJobType.Connection withInput(Collection<ComplexJobInputType> values)
public ComplexJobType.Connection withAudioChannelMapInput(ComplexJobAudioChannelMapInputType... values)
public ComplexJobType.Connection withAudioChannelMapInput(Collection<ComplexJobAudioChannelMapInputType> values)
public ComplexJobType.Connection withAudioChannelSequenceInput(ComplexJobAudioChannelSequenceInputType... values)
public ComplexJobType.Connection withAudioChannelSequenceInput(Collection<ComplexJobAudioChannelSequenceInputType> values)
public ComplexJobType.Connection withAudioMixInput(ComplexJobMixInputType... values)
public ComplexJobType.Connection withAudioMixInput(Collection<ComplexJobMixInputType> values)
public ComplexJobType.Connection withAudioOutput(ComplexJobAudioOutputType value)
public ComplexJobType.Connection withVideoOutput(ComplexJobVideoOutputType value)
public ComplexJobType.Connection withSubtitleOutput(ComplexJobSubtitleOutputType value)
public ComplexJobType.Connection withPid(Integer value)
Copyright © 2015. All rights reserved.