Class ComplexJobType

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

public class ComplexJobType extends TranscoderJobType 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 ComplexJobType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ComplexJobType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
       <sequence>
         <element name="input" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
                   <element name="range" type="{http://xml.vidispine.com/schema/vidispine}SequenceRangeType" maxOccurs="unbounded"/>
                   <element name="partialFile" type="{http://xml.vidispine.com/schema/vidispine}PartialFileDemuxerInfoType" minOccurs="0"/>
                   <element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType" minOccurs="0"/>
                   <element name="intervalIsDts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="dms1TargetUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                   <element name="faststartDuration" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <extension base="{http://xml.vidispine.com/schema/vidispine}TimeCodeType">
                           <attribute name="override" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="bulkyMetadataRequest" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobBulkyMetadataRequestType" minOccurs="0"/>
                   <element name="scanForStartPTS" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="doubleDurationHack" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="demuxerSetting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="analyze" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAnalyzeType" minOccurs="0"/>
                   <element name="pageno" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="output" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobOutputFormatType">
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="connection" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ComplexJobType

      public ComplexJobType()
  • Method Details

    • getInput

      public List<ComplexJobType.Input> 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 ComplexJobType.Input

      Returns:
      The value of the input property.
    • isSetInput

      public boolean isSetInput()
    • unsetInput

      public void unsetInput()
    • getOutput

      public List<ComplexJobType.Output> getOutput()
      Gets the value of the output 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 output property.

      For example, to add a new item, do as follows:

       getOutput().add(newItem);
       

      Objects of the following type(s) are allowed in the list ComplexJobType.Output

      Returns:
      The value of the output property.
    • isSetOutput

      public boolean isSetOutput()
    • unsetOutput

      public void unsetOutput()
    • getConnection

      public List<ComplexJobType.Connection> getConnection()
      Gets the value of the connection 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 connection property.

      For example, to add a new item, do as follows:

       getConnection().add(newItem);
       

      Objects of the following type(s) are allowed in the list ComplexJobType.Connection

      Returns:
      The value of the connection property.
    • isSetConnection

      public boolean isSetConnection()
    • unsetConnection

      public void unsetConnection()
    • clone

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

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

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

      public ComplexJobType withInput(ComplexJobType.Input... 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

      public ComplexJobType withInput(Collection<ComplexJobType.Input> values)
      Adds objects to the list of Input using addAll method
      Parameters:
      values - objects to add to the list Input
      Returns:
      The class instance
    • withOutput

      public ComplexJobType withOutput(ComplexJobType.Output... values)
      Adds objects to the list of Output using add method
      Parameters:
      values - objects to add to the list Output
      Returns:
      The class instance
    • withOutput

      public ComplexJobType withOutput(Collection<ComplexJobType.Output> values)
      Adds objects to the list of Output using addAll method
      Parameters:
      values - objects to add to the list Output
      Returns:
      The class instance
    • withConnection

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

      public ComplexJobType withConnection(Collection<ComplexJobType.Connection> values)
      Adds objects to the list of Connection using addAll method
      Parameters:
      values - objects to add to the list Connection
      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
      Overrides:
      equals in class TranscoderJobType
    • equals

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

      public ComplexJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class TranscoderJobType
    • 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
      Overrides:
      hashCode in class TranscoderJobType
    • hashCode

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

      public String toString()
      Overrides:
      toString in class TranscoderJobType
    • 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
      Overrides:
      append in class TranscoderJobType
    • 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
      Overrides:
      appendFields in class TranscoderJobType