Class ComplexJobType.Input

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Enclosing class:
    ComplexJobType

    public static class ComplexJobType.Input
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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>
             <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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Input

        public Input()
    • Method Detail

      • getId

        public int getId()
        Gets the value of the id property.
      • setId

        public void setId​(int value)
        Sets the value of the id property.
      • isSetId

        public boolean isSetId()
      • getUri

        public List<String> getUri()
        Gets the value of the uri 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 uri property.

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

            getUri().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isSetUri

        public boolean isSetUri()
      • unsetUri

        public void unsetUri()
      • getRange

        public List<SequenceRangeType> getRange()
        Gets the value of the range 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 range property.

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

            getRange().add(newItem);
         

        Objects of the following type(s) are allowed in the list SequenceRangeType

      • isSetRange

        public boolean isSetRange()
      • unsetRange

        public void unsetRange()
      • isSetPartialFile

        public boolean isSetPartialFile()
      • setInterval

        public void setInterval​(TimeIntervalType value)
        Sets the value of the interval property.
        Parameters:
        value - allowed object is TimeIntervalType
      • isSetInterval

        public boolean isSetInterval()
      • isIntervalIsDts

        public Boolean isIntervalIsDts()
        Gets the value of the intervalIsDts property.
        Returns:
        possible object is Boolean
      • setIntervalIsDts

        public void setIntervalIsDts​(Boolean value)
        Sets the value of the intervalIsDts property.
        Parameters:
        value - allowed object is Boolean
      • isSetIntervalIsDts

        public boolean isSetIntervalIsDts()
      • getDms1TargetUri

        public String getDms1TargetUri()
        Gets the value of the dms1TargetUri property.
        Returns:
        possible object is String
      • setDms1TargetUri

        public void setDms1TargetUri​(String value)
        Sets the value of the dms1TargetUri property.
        Parameters:
        value - allowed object is String
      • isSetDms1TargetUri

        public boolean isSetDms1TargetUri()
      • isSetFaststartDuration

        public boolean isSetFaststartDuration()
      • isSetBulkyMetadataRequest

        public boolean isSetBulkyMetadataRequest()
      • getScanForStartPTS

        public Integer getScanForStartPTS()
        Gets the value of the scanForStartPTS property.
        Returns:
        possible object is Integer
      • setScanForStartPTS

        public void setScanForStartPTS​(Integer value)
        Sets the value of the scanForStartPTS property.
        Parameters:
        value - allowed object is Integer
      • isSetScanForStartPTS

        public boolean isSetScanForStartPTS()
      • getDoubleDurationHack

        public Integer getDoubleDurationHack()
        Gets the value of the doubleDurationHack property.
        Returns:
        possible object is Integer
      • setDoubleDurationHack

        public void setDoubleDurationHack​(Integer value)
        Sets the value of the doubleDurationHack property.
        Parameters:
        value - allowed object is Integer
      • isSetDoubleDurationHack

        public boolean isSetDoubleDurationHack()
      • getDemuxerSetting

        public List<KeyValuePairType> getDemuxerSetting()
        Gets the value of the demuxerSetting 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 demuxerSetting property.

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

            getDemuxerSetting().add(newItem);
         

        Objects of the following type(s) are allowed in the list KeyValuePairType

      • isSetDemuxerSetting

        public boolean isSetDemuxerSetting()
      • unsetDemuxerSetting

        public void unsetDemuxerSetting()
      • isSetAnalyze

        public boolean isSetAnalyze()
      • getPageno

        public Integer getPageno()
        Gets the value of the pageno property.
        Returns:
        possible object is Integer
      • setPageno

        public void setPageno​(Integer value)
        Sets the value of the pageno property.
        Parameters:
        value - allowed object is Integer
      • isSetPageno

        public boolean isSetPageno()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object