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() |
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() |
List<ComplexJobAudioChannelMapInputType> |
getAudioChannelMapInput()
Gets the value of the audioChannelMapInput property.
|
List<ComplexJobAudioChannelSequenceInputType> |
getAudioChannelSequenceInput()
Gets the value of the audioChannelSequenceInput property.
|
List<ComplexJobMixInputType> |
getAudioMixInput()
Gets the value of the audioMixInput property.
|
ComplexJobAudioOutputType |
getAudioOutput()
Gets the value of the audioOutput property.
|
List<ComplexJobInputType> |
getInput()
Gets the value of the input property.
|
Integer |
getPid()
Gets the value of the pid property.
|
ComplexJobSubtitleOutputType |
getSubtitleOutput()
Gets the value of the subtitleOutput property.
|
ComplexJobVideoOutputType |
getVideoOutput()
Gets the value of the videoOutput property.
|
boolean |
isSetAudioChannelMapInput() |
boolean |
isSetAudioChannelSequenceInput() |
boolean |
isSetAudioMixInput() |
boolean |
isSetAudioOutput() |
boolean |
isSetInput() |
boolean |
isSetPid() |
boolean |
isSetSubtitleOutput() |
boolean |
isSetVideoOutput() |
void |
setAudioOutput(ComplexJobAudioOutputType value)
Sets the value of the audioOutput property.
|
void |
setPid(Integer value)
Sets the value of the pid property.
|
void |
setSubtitleOutput(ComplexJobSubtitleOutputType value)
Sets the value of the subtitleOutput property.
|
void |
setVideoOutput(ComplexJobVideoOutputType value)
Sets the value of the videoOutput property.
|
void |
unsetAudioChannelMapInput() |
void |
unsetAudioChannelSequenceInput() |
void |
unsetAudioMixInput() |
void |
unsetInput() |
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()
ComplexJobAudioOutputType
public void setAudioOutput(ComplexJobAudioOutputType value)
value
- allowed object is
ComplexJobAudioOutputType
public boolean isSetAudioOutput()
public ComplexJobVideoOutputType getVideoOutput()
ComplexJobVideoOutputType
public void setVideoOutput(ComplexJobVideoOutputType value)
value
- allowed object is
ComplexJobVideoOutputType
public boolean isSetVideoOutput()
public ComplexJobSubtitleOutputType getSubtitleOutput()
ComplexJobSubtitleOutputType
public void setSubtitleOutput(ComplexJobSubtitleOutputType value)
value
- allowed object is
ComplexJobSubtitleOutputType
public boolean isSetSubtitleOutput()
public Integer getPid()
Integer
public void setPid(Integer value)
value
- allowed object is
Integer
public boolean isSetPid()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.