Class AnalyzeJobType

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

.

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


 <complexType name="AnalyzeJobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="black" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                   <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="bars" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                   <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="freeze" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                   <element name="time" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="channel" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeAudioChannelType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="audio" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeAudioJobType" minOccurs="0"/>
         <element name="video" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeVideoJobType" minOccurs="0"/>
         <element name="highlighter" type="{http://xml.vidispine.com/schema/vidispine}HighlighterType" minOccurs="0"/>
         <element name="smartcrop" type="{http://xml.vidispine.com/schema/vidispine}SmartCropType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AnalyzeJobType

      public AnalyzeJobType()
  • Method Details

    • getBlack

      public AnalyzeJobType.Black getBlack()
      Gets the value of the black property.
      Returns:
      possible object is AnalyzeJobType.Black
    • setBlack

      public void setBlack(AnalyzeJobType.Black value)
      Sets the value of the black property.
      Parameters:
      value - allowed object is AnalyzeJobType.Black
    • isSetBlack

      public boolean isSetBlack()
    • getBars

      public AnalyzeJobType.Bars getBars()
      Gets the value of the bars property.
      Returns:
      possible object is AnalyzeJobType.Bars
    • setBars

      public void setBars(AnalyzeJobType.Bars value)
      Sets the value of the bars property.
      Parameters:
      value - allowed object is AnalyzeJobType.Bars
    • isSetBars

      public boolean isSetBars()
    • getFreeze

      public AnalyzeJobType.Freeze getFreeze()
      Gets the value of the freeze property.
      Returns:
      possible object is AnalyzeJobType.Freeze
    • setFreeze

      public void setFreeze(AnalyzeJobType.Freeze value)
      Sets the value of the freeze property.
      Parameters:
      value - allowed object is AnalyzeJobType.Freeze
    • isSetFreeze

      public boolean isSetFreeze()
    • getChannel

      public List<AnalyzeAudioChannelType> getChannel()
      Gets the value of the channel 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 channel property.

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

       getChannel().add(newItem);
       

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

      Returns:
      The value of the channel property.
    • isSetChannel

      public boolean isSetChannel()
    • unsetChannel

      public void unsetChannel()
    • getAudio

      public AnalyzeAudioJobType getAudio()
      Gets the value of the audio property.
      Returns:
      possible object is AnalyzeAudioJobType
    • setAudio

      public void setAudio(AnalyzeAudioJobType value)
      Sets the value of the audio property.
      Parameters:
      value - allowed object is AnalyzeAudioJobType
    • isSetAudio

      public boolean isSetAudio()
    • getVideo

      public AnalyzeVideoJobType getVideo()
      Gets the value of the video property.
      Returns:
      possible object is AnalyzeVideoJobType
    • setVideo

      public void setVideo(AnalyzeVideoJobType value)
      Sets the value of the video property.
      Parameters:
      value - allowed object is AnalyzeVideoJobType
    • isSetVideo

      public boolean isSetVideo()
    • getHighlighter

      public HighlighterType getHighlighter()
      Gets the value of the highlighter property.
      Returns:
      possible object is HighlighterType
    • setHighlighter

      public void setHighlighter(HighlighterType value)
      Sets the value of the highlighter property.
      Parameters:
      value - allowed object is HighlighterType
    • isSetHighlighter

      public boolean isSetHighlighter()
    • getSmartcrop

      public SmartCropType getSmartcrop()
      Gets the value of the smartcrop property.
      Returns:
      possible object is SmartCropType
    • setSmartcrop

      public void setSmartcrop(SmartCropType value)
      Sets the value of the smartcrop property.
      Parameters:
      value - allowed object is SmartCropType
    • isSetSmartcrop

      public boolean isSetSmartcrop()
    • 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
    • withBlack

      public AnalyzeJobType withBlack(AnalyzeJobType.Black value)
      Sets the value of the black property.
      Parameters:
      value - allowed object is AnalyzeJobType.Black
      Returns:
      The class instance
    • withBars

      public AnalyzeJobType withBars(AnalyzeJobType.Bars value)
      Sets the value of the bars property.
      Parameters:
      value - allowed object is AnalyzeJobType.Bars
      Returns:
      The class instance
    • withFreeze

      public AnalyzeJobType withFreeze(AnalyzeJobType.Freeze value)
      Sets the value of the freeze property.
      Parameters:
      value - allowed object is AnalyzeJobType.Freeze
      Returns:
      The class instance
    • withChannel

      public AnalyzeJobType withChannel(AnalyzeAudioChannelType... values)
      Adds objects to the list of Channel using add method
      Parameters:
      values - objects to add to the list Channel
      Returns:
      The class instance
    • withChannel

      public AnalyzeJobType withChannel(Collection<AnalyzeAudioChannelType> values)
      Adds objects to the list of Channel using addAll method
      Parameters:
      values - objects to add to the list Channel
      Returns:
      The class instance
    • withAudio

      public AnalyzeJobType withAudio(AnalyzeAudioJobType value)
      Sets the value of the audio property.
      Parameters:
      value - allowed object is AnalyzeAudioJobType
      Returns:
      The class instance
    • withVideo

      public AnalyzeJobType withVideo(AnalyzeVideoJobType value)
      Sets the value of the video property.
      Parameters:
      value - allowed object is AnalyzeVideoJobType
      Returns:
      The class instance
    • withHighlighter

      public AnalyzeJobType withHighlighter(HighlighterType value)
      Sets the value of the highlighter property.
      Parameters:
      value - allowed object is HighlighterType
      Returns:
      The class instance
    • withSmartcrop

      public AnalyzeJobType withSmartcrop(SmartCropType value)
      Sets the value of the smartcrop property.
      Parameters:
      value - allowed object is SmartCropType
      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 AnalyzeJobType 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