Class ComplexJobType.Connection
- 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
- Enclosing class:
- ComplexJobType
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ComplexJobAudioChannelMapInputType>
protected List<ComplexJobAudioChannelSequenceInputType>
protected List<ComplexJobMixInputType>
protected ComplexJobAudioOutputType
protected List<ComplexJobInputType>
protected Integer
protected ComplexJobSubtitleOutputType
protected ComplexJobVideoOutputType
-
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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the audioChannelMapInput property.Gets the value of the audioChannelSequenceInput property.Gets the value of the audioMixInput property.Gets the value of the audioOutput property.getInput()
Gets the value of the input property.getPid()
Gets the value of the pid property.Gets the value of the subtitleOutput property.Gets the value of the videoOutput property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
isSetPid()
boolean
boolean
void
Sets the value of the audioOutput property.void
Sets the value of the pid property.void
Sets the value of the subtitleOutput property.void
Sets the value of the videoOutput property.toString()
void
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Adds objects to the list of AudioChannelMapInput using add methodAdds objects to the list of AudioChannelMapInput using addAll methodAdds objects to the list of AudioChannelSequenceInput using add methodAdds objects to the list of AudioChannelSequenceInput using addAll methodwithAudioMixInput
(ComplexJobMixInputType... values) Adds objects to the list of AudioMixInput using add methodAdds objects to the list of AudioMixInput using addAll methodSets the value of the audioOutput property.withInput
(ComplexJobInputType... values) Adds objects to the list of Input using add methodwithInput
(Collection<ComplexJobInputType> values) Adds objects to the list of Input using addAll methodSets the value of the pid property.Sets the value of the subtitleOutput property.Sets the value of the videoOutput property.
-
Field Details
-
input
-
audioChannelMapInput
-
audioChannelSequenceInput
-
audioMixInput
-
audioOutput
-
videoOutput
-
subtitleOutput
-
pid
-
-
Constructor Details
-
Connection
public Connection()
-
-
Method Details
-
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
- Returns:
- The value of the input property.
-
isSetInput
public boolean isSetInput() -
unsetInput
public void unsetInput() -
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
- Returns:
- The value of the audioChannelMapInput property.
-
isSetAudioChannelMapInput
public boolean isSetAudioChannelMapInput() -
unsetAudioChannelMapInput
public void unsetAudioChannelMapInput() -
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
- Returns:
- The value of the audioChannelSequenceInput property.
-
isSetAudioChannelSequenceInput
public boolean isSetAudioChannelSequenceInput() -
unsetAudioChannelSequenceInput
public void unsetAudioChannelSequenceInput() -
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
- Returns:
- The value of the audioMixInput property.
-
isSetAudioMixInput
public boolean isSetAudioMixInput() -
unsetAudioMixInput
public void unsetAudioMixInput() -
getAudioOutput
Gets the value of the audioOutput property.- Returns:
- possible object is
ComplexJobAudioOutputType
-
setAudioOutput
Sets the value of the audioOutput property.- Parameters:
value
- allowed object isComplexJobAudioOutputType
-
isSetAudioOutput
public boolean isSetAudioOutput() -
getVideoOutput
Gets the value of the videoOutput property.- Returns:
- possible object is
ComplexJobVideoOutputType
-
setVideoOutput
Sets the value of the videoOutput property.- Parameters:
value
- allowed object isComplexJobVideoOutputType
-
isSetVideoOutput
public boolean isSetVideoOutput() -
getSubtitleOutput
Gets the value of the subtitleOutput property.- Returns:
- possible object is
ComplexJobSubtitleOutputType
-
setSubtitleOutput
Sets the value of the subtitleOutput property.- Parameters:
value
- allowed object isComplexJobSubtitleOutputType
-
isSetSubtitleOutput
public boolean isSetSubtitleOutput() -
getPid
Gets the value of the pid property.- Returns:
- possible object is
Integer
-
setPid
Sets the value of the pid property.- Parameters:
value
- allowed object isInteger
-
isSetPid
public boolean isSetPid() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withInput
Adds objects to the list of Input using add method- Parameters:
values
- objects to add to the list Input- Returns:
- The class instance
-
withInput
Adds objects to the list of Input using addAll method- Parameters:
values
- objects to add to the list Input- Returns:
- The class instance
-
withAudioChannelMapInput
public ComplexJobType.Connection withAudioChannelMapInput(ComplexJobAudioChannelMapInputType... values) Adds objects to the list of AudioChannelMapInput using add method- Parameters:
values
- objects to add to the list AudioChannelMapInput- Returns:
- The class instance
-
withAudioChannelMapInput
public ComplexJobType.Connection withAudioChannelMapInput(Collection<ComplexJobAudioChannelMapInputType> values) Adds objects to the list of AudioChannelMapInput using addAll method- Parameters:
values
- objects to add to the list AudioChannelMapInput- Returns:
- The class instance
-
withAudioChannelSequenceInput
public ComplexJobType.Connection withAudioChannelSequenceInput(ComplexJobAudioChannelSequenceInputType... values) Adds objects to the list of AudioChannelSequenceInput using add method- Parameters:
values
- objects to add to the list AudioChannelSequenceInput- Returns:
- The class instance
-
withAudioChannelSequenceInput
public ComplexJobType.Connection withAudioChannelSequenceInput(Collection<ComplexJobAudioChannelSequenceInputType> values) Adds objects to the list of AudioChannelSequenceInput using addAll method- Parameters:
values
- objects to add to the list AudioChannelSequenceInput- Returns:
- The class instance
-
withAudioMixInput
Adds objects to the list of AudioMixInput using add method- Parameters:
values
- objects to add to the list AudioMixInput- Returns:
- The class instance
-
withAudioMixInput
Adds objects to the list of AudioMixInput using addAll method- Parameters:
values
- objects to add to the list AudioMixInput- Returns:
- The class instance
-
withAudioOutput
Sets the value of the audioOutput property.- Parameters:
value
- allowed object isComplexJobAudioOutputType
- Returns:
- The class instance
-
withVideoOutput
Sets the value of the videoOutput property.- Parameters:
value
- allowed object isComplexJobVideoOutputType
- Returns:
- The class instance
-
withSubtitleOutput
Sets the value of the subtitleOutput property.- Parameters:
value
- allowed object isComplexJobSubtitleOutputType
- Returns:
- The class instance
-
withPid
Sets the value of the pid property.- Parameters:
value
- allowed object isInteger
- 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-