Class ComplexJobAnalyzeType

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

.

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


 <complexType name="ComplexJobAnalyzeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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}AnalyzeAudioType" minOccurs="0"/>
         <element name="video" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeVideoType" 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>
       <attribute name="metadataUri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="blackThresh" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="blackPercentage" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="barsThresh" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="barsPercentage" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="freezeThresh" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="freezeTime" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ComplexJobAnalyzeType

      public ComplexJobAnalyzeType()
  • Method Details

    • 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 AnalyzeAudioType getAudio()
      Gets the value of the audio property.
      Returns:
      possible object is AnalyzeAudioType
    • setAudio

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

      public boolean isSetAudio()
    • getVideo

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

      public void setVideo(AnalyzeVideoType value)
      Sets the value of the video property.
      Parameters:
      value - allowed object is AnalyzeVideoType
    • 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()
    • getMetadataUri

      public String getMetadataUri()
      Gets the value of the metadataUri property.
      Returns:
      possible object is String
    • setMetadataUri

      public void setMetadataUri(String value)
      Sets the value of the metadataUri property.
      Parameters:
      value - allowed object is String
    • isSetMetadataUri

      public boolean isSetMetadataUri()
    • getBlackThresh

      public float getBlackThresh()
      Gets the value of the blackThresh property.
      Returns:
      possible object is Float
    • setBlackThresh

      public void setBlackThresh(float value)
      Sets the value of the blackThresh property.
      Parameters:
      value - allowed object is Float
    • isSetBlackThresh

      public boolean isSetBlackThresh()
    • unsetBlackThresh

      public void unsetBlackThresh()
    • getBlackPercentage

      public int getBlackPercentage()
      Gets the value of the blackPercentage property.
      Returns:
      possible object is Integer
    • setBlackPercentage

      public void setBlackPercentage(int value)
      Sets the value of the blackPercentage property.
      Parameters:
      value - allowed object is Integer
    • isSetBlackPercentage

      public boolean isSetBlackPercentage()
    • unsetBlackPercentage

      public void unsetBlackPercentage()
    • getBarsThresh

      public float getBarsThresh()
      Gets the value of the barsThresh property.
      Returns:
      possible object is Float
    • setBarsThresh

      public void setBarsThresh(float value)
      Sets the value of the barsThresh property.
      Parameters:
      value - allowed object is Float
    • isSetBarsThresh

      public boolean isSetBarsThresh()
    • unsetBarsThresh

      public void unsetBarsThresh()
    • getBarsPercentage

      public int getBarsPercentage()
      Gets the value of the barsPercentage property.
      Returns:
      possible object is Integer
    • setBarsPercentage

      public void setBarsPercentage(int value)
      Sets the value of the barsPercentage property.
      Parameters:
      value - allowed object is Integer
    • isSetBarsPercentage

      public boolean isSetBarsPercentage()
    • unsetBarsPercentage

      public void unsetBarsPercentage()
    • getFreezeThresh

      public float getFreezeThresh()
      Gets the value of the freezeThresh property.
      Returns:
      possible object is Float
    • setFreezeThresh

      public void setFreezeThresh(float value)
      Sets the value of the freezeThresh property.
      Parameters:
      value - allowed object is Float
    • isSetFreezeThresh

      public boolean isSetFreezeThresh()
    • unsetFreezeThresh

      public void unsetFreezeThresh()
    • getFreezeTime

      public float getFreezeTime()
      Gets the value of the freezeTime property.
      Returns:
      possible object is Float
    • setFreezeTime

      public void setFreezeTime(float value)
      Sets the value of the freezeTime property.
      Parameters:
      value - allowed object is Float
    • isSetFreezeTime

      public boolean isSetFreezeTime()
    • unsetFreezeTime

      public void unsetFreezeTime()
    • 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
    • withChannel

      public ComplexJobAnalyzeType 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

      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 ComplexJobAnalyzeType withAudio(AnalyzeAudioType value)
      Sets the value of the audio property.
      Parameters:
      value - allowed object is AnalyzeAudioType
      Returns:
      The class instance
    • withVideo

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

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

      public ComplexJobAnalyzeType withSmartcrop(SmartCropType value)
      Sets the value of the smartcrop property.
      Parameters:
      value - allowed object is SmartCropType
      Returns:
      The class instance
    • withMetadataUri

      public ComplexJobAnalyzeType withMetadataUri(String value)
      Sets the value of the metadataUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBlackThresh

      public ComplexJobAnalyzeType withBlackThresh(float value)
      Sets the value of the blackThresh property.
      Parameters:
      value - allowed object is float
      Returns:
      The class instance
    • withBlackPercentage

      public ComplexJobAnalyzeType withBlackPercentage(int value)
      Sets the value of the blackPercentage property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withBarsThresh

      public ComplexJobAnalyzeType withBarsThresh(float value)
      Sets the value of the barsThresh property.
      Parameters:
      value - allowed object is float
      Returns:
      The class instance
    • withBarsPercentage

      public ComplexJobAnalyzeType withBarsPercentage(int value)
      Sets the value of the barsPercentage property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withFreezeThresh

      public ComplexJobAnalyzeType withFreezeThresh(float value)
      Sets the value of the freezeThresh property.
      Parameters:
      value - allowed object is float
      Returns:
      The class instance
    • withFreezeTime

      public ComplexJobAnalyzeType withFreezeTime(float value)
      Sets the value of the freezeTime property.
      Parameters:
      value - allowed object is float
      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 ComplexJobAnalyzeType 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