public static class ComplexJobType.Connection extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
ComplexJobType.Connection.PropInfo |
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 |
---|
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()
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
public 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)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ComplexJobType.Connection visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.