Package com.vidispine.generated
Class ComplexJobAnalyzeType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobAnalyzeType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ComplexJobAnalyzeType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobAnalyzeType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected AnalyzeAudioType
audio
protected Integer
barsPercentage
protected Float
barsThresh
protected Integer
blackPercentage
protected Float
blackThresh
protected List<AnalyzeAudioChannelType>
channel
protected Float
freezeThresh
protected Float
freezeTime
protected HighlighterType
highlighter
protected String
metadataUri
protected SmartCropType
smartcrop
protected AnalyzeVideoType
video
-
Constructor Summary
Constructors Constructor Description ComplexJobAnalyzeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
AnalyzeAudioType
getAudio()
Gets the value of the audio property.int
getBarsPercentage()
Gets the value of the barsPercentage property.float
getBarsThresh()
Gets the value of the barsThresh property.int
getBlackPercentage()
Gets the value of the blackPercentage property.float
getBlackThresh()
Gets the value of the blackThresh property.List<AnalyzeAudioChannelType>
getChannel()
Gets the value of the channel property.float
getFreezeThresh()
Gets the value of the freezeThresh property.float
getFreezeTime()
Gets the value of the freezeTime property.HighlighterType
getHighlighter()
Gets the value of the highlighter property.String
getMetadataUri()
Gets the value of the metadataUri property.SmartCropType
getSmartcrop()
Gets the value of the smartcrop property.AnalyzeVideoType
getVideo()
Gets the value of the video property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAudio()
boolean
isSetBarsPercentage()
boolean
isSetBarsThresh()
boolean
isSetBlackPercentage()
boolean
isSetBlackThresh()
boolean
isSetChannel()
boolean
isSetFreezeThresh()
boolean
isSetFreezeTime()
boolean
isSetHighlighter()
boolean
isSetMetadataUri()
boolean
isSetSmartcrop()
boolean
isSetVideo()
void
setAudio(AnalyzeAudioType value)
Sets the value of the audio property.void
setBarsPercentage(int value)
Sets the value of the barsPercentage property.void
setBarsThresh(float value)
Sets the value of the barsThresh property.void
setBlackPercentage(int value)
Sets the value of the blackPercentage property.void
setBlackThresh(float value)
Sets the value of the blackThresh property.void
setFreezeThresh(float value)
Sets the value of the freezeThresh property.void
setFreezeTime(float value)
Sets the value of the freezeTime property.void
setHighlighter(HighlighterType value)
Sets the value of the highlighter property.void
setMetadataUri(String value)
Sets the value of the metadataUri property.void
setSmartcrop(SmartCropType value)
Sets the value of the smartcrop property.void
setVideo(AnalyzeVideoType value)
Sets the value of the video property.void
unsetBarsPercentage()
void
unsetBarsThresh()
void
unsetBlackPercentage()
void
unsetBlackThresh()
void
unsetChannel()
void
unsetFreezeThresh()
void
unsetFreezeTime()
ComplexJobAnalyzeType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobAnalyzeType
withAudio(AnalyzeAudioType value)
ComplexJobAnalyzeType
withBarsPercentage(int value)
ComplexJobAnalyzeType
withBarsThresh(float value)
ComplexJobAnalyzeType
withBlackPercentage(int value)
ComplexJobAnalyzeType
withBlackThresh(float value)
ComplexJobAnalyzeType
withChannel(AnalyzeAudioChannelType... values)
ComplexJobAnalyzeType
withChannel(Collection<AnalyzeAudioChannelType> values)
ComplexJobAnalyzeType
withFreezeThresh(float value)
ComplexJobAnalyzeType
withFreezeTime(float value)
ComplexJobAnalyzeType
withHighlighter(HighlighterType value)
ComplexJobAnalyzeType
withMetadataUri(String value)
ComplexJobAnalyzeType
withSmartcrop(SmartCropType value)
ComplexJobAnalyzeType
withVideo(AnalyzeVideoType value)
-
-
-
Field Detail
-
channel
protected List<AnalyzeAudioChannelType> channel
-
audio
protected AnalyzeAudioType audio
-
video
protected AnalyzeVideoType video
-
highlighter
protected HighlighterType highlighter
-
smartcrop
protected SmartCropType smartcrop
-
metadataUri
protected String metadataUri
-
blackThresh
protected Float blackThresh
-
blackPercentage
protected Integer blackPercentage
-
barsThresh
protected Float barsThresh
-
barsPercentage
protected Integer barsPercentage
-
freezeThresh
protected Float freezeThresh
-
freezeTime
protected Float freezeTime
-
-
Method Detail
-
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
-
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 isAnalyzeAudioType
-
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 isAnalyzeVideoType
-
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 isHighlighterType
-
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 isSmartCropType
-
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 isString
-
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 isFloat
-
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 isInteger
-
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 isFloat
-
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 isInteger
-
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 isFloat
-
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 isFloat
-
isSetFreezeTime
public boolean isSetFreezeTime()
-
unsetFreezeTime
public void unsetFreezeTime()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withChannel
public ComplexJobAnalyzeType withChannel(AnalyzeAudioChannelType... values)
-
withChannel
public ComplexJobAnalyzeType withChannel(Collection<AnalyzeAudioChannelType> values)
-
withAudio
public ComplexJobAnalyzeType withAudio(AnalyzeAudioType value)
-
withVideo
public ComplexJobAnalyzeType withVideo(AnalyzeVideoType value)
-
withHighlighter
public ComplexJobAnalyzeType withHighlighter(HighlighterType value)
-
withSmartcrop
public ComplexJobAnalyzeType withSmartcrop(SmartCropType value)
-
withMetadataUri
public ComplexJobAnalyzeType withMetadataUri(String value)
-
withBlackThresh
public ComplexJobAnalyzeType withBlackThresh(float value)
-
withBlackPercentage
public ComplexJobAnalyzeType withBlackPercentage(int value)
-
withBarsThresh
public ComplexJobAnalyzeType withBarsThresh(float value)
-
withBarsPercentage
public ComplexJobAnalyzeType withBarsPercentage(int value)
-
withFreezeThresh
public ComplexJobAnalyzeType withFreezeThresh(float value)
-
withFreezeTime
public ComplexJobAnalyzeType withFreezeTime(float value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ComplexJobAnalyzeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-