Class ComplexJobType.Input

java.lang.Object
com.vidispine.generated.ComplexJobType.Input
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.Input 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>
         <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:
  • Field Details

  • Constructor Details

    • Input

      public Input()
  • Method Details

    • 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

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

      Returns:
      The value of the range property.
    • isSetRange

      public boolean isSetRange()
    • unsetRange

      public void unsetRange()
    • getPartialFile

      public PartialFileDemuxerInfoType getPartialFile()
      Gets the value of the partialFile property.
      Returns:
      possible object is PartialFileDemuxerInfoType
    • setPartialFile

      public void setPartialFile(PartialFileDemuxerInfoType value)
      Sets the value of the partialFile property.
      Parameters:
      value - allowed object is PartialFileDemuxerInfoType
    • isSetPartialFile

      public boolean isSetPartialFile()
    • getInterval

      public TimeIntervalType getInterval()
      Gets the value of the interval property.
      Returns:
      possible object is TimeIntervalType
    • 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()
    • getFaststartDuration

      public ComplexJobType.Input.FaststartDuration getFaststartDuration()
      Gets the value of the faststartDuration property.
      Returns:
      possible object is ComplexJobType.Input.FaststartDuration
    • setFaststartDuration

      public void setFaststartDuration(ComplexJobType.Input.FaststartDuration value)
      Sets the value of the faststartDuration property.
      Parameters:
      value - allowed object is ComplexJobType.Input.FaststartDuration
    • isSetFaststartDuration

      public boolean isSetFaststartDuration()
    • getBulkyMetadataRequest

      public ComplexJobBulkyMetadataRequestType getBulkyMetadataRequest()
      Gets the value of the bulkyMetadataRequest property.
      Returns:
      possible object is ComplexJobBulkyMetadataRequestType
    • setBulkyMetadataRequest

      public void setBulkyMetadataRequest(ComplexJobBulkyMetadataRequestType value)
      Sets the value of the bulkyMetadataRequest property.
      Parameters:
      value - allowed object is ComplexJobBulkyMetadataRequestType
    • 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

      Returns:
      The value of the demuxerSetting property.
    • isSetDemuxerSetting

      public boolean isSetDemuxerSetting()
    • unsetDemuxerSetting

      public void unsetDemuxerSetting()
    • getAnalyze

      public ComplexJobAnalyzeType getAnalyze()
      Gets the value of the analyze property.
      Returns:
      possible object is ComplexJobAnalyzeType
    • setAnalyze

      public void setAnalyze(ComplexJobAnalyzeType value)
      Sets the value of the analyze property.
      Parameters:
      value - allowed object is ComplexJobAnalyzeType
    • 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()
    • 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
    • withId

      public ComplexJobType.Input withId(int value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withUri

      public ComplexJobType.Input withUri(String... values)
      Adds objects to the list of Uri using add method
      Parameters:
      values - objects to add to the list Uri
      Returns:
      The class instance
    • withUri

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

      public ComplexJobType.Input withRange(SequenceRangeType... values)
      Adds objects to the list of Range using add method
      Parameters:
      values - objects to add to the list Range
      Returns:
      The class instance
    • withRange

      Adds objects to the list of Range using addAll method
      Parameters:
      values - objects to add to the list Range
      Returns:
      The class instance
    • withPartialFile

      public ComplexJobType.Input withPartialFile(PartialFileDemuxerInfoType value)
      Sets the value of the partialFile property.
      Parameters:
      value - allowed object is PartialFileDemuxerInfoType
      Returns:
      The class instance
    • withInterval

      public ComplexJobType.Input withInterval(TimeIntervalType value)
      Sets the value of the interval property.
      Parameters:
      value - allowed object is TimeIntervalType
      Returns:
      The class instance
    • withIntervalIsDts

      public ComplexJobType.Input withIntervalIsDts(Boolean value)
      Sets the value of the intervalIsDts property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withDms1TargetUri

      public ComplexJobType.Input withDms1TargetUri(String value)
      Sets the value of the dms1TargetUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFaststartDuration

      public ComplexJobType.Input withFaststartDuration(ComplexJobType.Input.FaststartDuration value)
      Sets the value of the faststartDuration property.
      Parameters:
      value - allowed object is ComplexJobType.Input.FaststartDuration
      Returns:
      The class instance
    • withBulkyMetadataRequest

      public ComplexJobType.Input withBulkyMetadataRequest(ComplexJobBulkyMetadataRequestType value)
      Sets the value of the bulkyMetadataRequest property.
      Parameters:
      value - allowed object is ComplexJobBulkyMetadataRequestType
      Returns:
      The class instance
    • withScanForStartPTS

      public ComplexJobType.Input withScanForStartPTS(Integer value)
      Sets the value of the scanForStartPTS property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withDoubleDurationHack

      public ComplexJobType.Input withDoubleDurationHack(Integer value)
      Sets the value of the doubleDurationHack property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withDemuxerSetting

      public ComplexJobType.Input withDemuxerSetting(KeyValuePairType... values)
      Adds objects to the list of DemuxerSetting using add method
      Parameters:
      values - objects to add to the list DemuxerSetting
      Returns:
      The class instance
    • withDemuxerSetting

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

      public ComplexJobType.Input withAnalyze(ComplexJobAnalyzeType value)
      Sets the value of the analyze property.
      Parameters:
      value - allowed object is ComplexJobAnalyzeType
      Returns:
      The class instance
    • withPageno

      public ComplexJobType.Input withPageno(Integer value)
      Sets the value of the pageno 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.Input 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