Class ComplexJobType.Connection

java.lang.Object
com.vidispine.generated.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

public static class ComplexJobType.Connection extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

  • Constructor Details

    • Connection

      public Connection()
  • Method Details

    • 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

      Returns:
      The value of the input property.
    • 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

      Returns:
      The value of the audioChannelMapInput property.
    • 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

      Returns:
      The value of the audioChannelSequenceInput property.
    • 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

      Returns:
      The value of the audioMixInput property.
    • 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 is ComplexJobAudioOutputType
    • 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 is ComplexJobVideoOutputType
    • 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 is ComplexJobSubtitleOutputType
    • 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 is Integer
    • isSetPid

      public boolean isSetPid()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withInput

      public ComplexJobType.Connection withInput(ComplexJobInputType... values)
      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

      public ComplexJobType.Connection withAudioMixInput(ComplexJobMixInputType... values)
      Adds objects to the list of AudioMixInput using add method
      Parameters:
      values - objects to add to the list AudioMixInput
      Returns:
      The class instance
    • withAudioMixInput

      public ComplexJobType.Connection withAudioMixInput(Collection<ComplexJobMixInputType> values)
      Adds objects to the list of AudioMixInput using addAll method
      Parameters:
      values - objects to add to the list AudioMixInput
      Returns:
      The class instance
    • withAudioOutput

      public ComplexJobType.Connection withAudioOutput(ComplexJobAudioOutputType value)
      Sets the value of the audioOutput property.
      Parameters:
      value - allowed object is ComplexJobAudioOutputType
      Returns:
      The class instance
    • withVideoOutput

      public ComplexJobType.Connection withVideoOutput(ComplexJobVideoOutputType value)
      Sets the value of the videoOutput property.
      Parameters:
      value - allowed object is ComplexJobVideoOutputType
      Returns:
      The class instance
    • withSubtitleOutput

      public ComplexJobType.Connection withSubtitleOutput(ComplexJobSubtitleOutputType value)
      Sets the value of the subtitleOutput property.
      Parameters:
      value - allowed object is ComplexJobSubtitleOutputType
      Returns:
      The class instance
    • withPid

      public ComplexJobType.Connection withPid(Integer value)
      Sets the value of the pid property.
      Parameters:
      value - allowed object is Integer
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public ComplexJobType.Connection visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString