Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnalyzeAudioType
protected Integer
protected Float
protected Integer
protected Float
protected List<AnalyzeAudioChannelType>
protected Float
protected Float
protected HighlighterType
protected String
protected SmartCropType
protected AnalyzeVideoType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getAudio()
Gets the value of the audio property.int
Gets the value of the barsPercentage property.float
Gets the value of the barsThresh property.int
Gets the value of the blackPercentage property.float
Gets the value of the blackThresh property.Gets the value of the channel property.float
Gets the value of the freezeThresh property.float
Gets the value of the freezeTime property.Gets the value of the highlighter property.Gets the value of the metadataUri property.Gets the value of the smartcrop property.getVideo()
Gets the value of the video property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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.toString()
void
void
void
void
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudio
(AnalyzeAudioType value) Sets the value of the audio property.withBarsPercentage
(int value) Sets the value of the barsPercentage property.withBarsThresh
(float value) Sets the value of the barsThresh property.withBlackPercentage
(int value) Sets the value of the blackPercentage property.withBlackThresh
(float value) Sets the value of the blackThresh property.withChannel
(AnalyzeAudioChannelType... values) Adds objects to the list of Channel using add methodwithChannel
(Collection<AnalyzeAudioChannelType> values) Adds objects to the list of Channel using addAll methodwithFreezeThresh
(float value) Sets the value of the freezeThresh property.withFreezeTime
(float value) Sets the value of the freezeTime property.withHighlighter
(HighlighterType value) Sets the value of the highlighter property.withMetadataUri
(String value) Sets the value of the metadataUri property.withSmartcrop
(SmartCropType value) Sets the value of the smartcrop property.withVideo
(AnalyzeVideoType value) Sets the value of the video property.
-
Field Details
-
channel
-
audio
-
video
-
highlighter
-
smartcrop
-
metadataUri
-
blackThresh
-
blackPercentage
-
barsThresh
-
barsPercentage
-
freezeThresh
-
freezeTime
-
-
Constructor Details
-
ComplexJobAnalyzeType
public ComplexJobAnalyzeType()
-
-
Method Details
-
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
Gets the value of the audio property.- Returns:
- possible object is
AnalyzeAudioType
-
setAudio
Sets the value of the audio property.- Parameters:
value
- allowed object isAnalyzeAudioType
-
isSetAudio
public boolean isSetAudio() -
getVideo
Gets the value of the video property.- Returns:
- possible object is
AnalyzeVideoType
-
setVideo
Sets the value of the video property.- Parameters:
value
- allowed object isAnalyzeVideoType
-
isSetVideo
public boolean isSetVideo() -
getHighlighter
Gets the value of the highlighter property.- Returns:
- possible object is
HighlighterType
-
setHighlighter
Sets the value of the highlighter property.- Parameters:
value
- allowed object isHighlighterType
-
isSetHighlighter
public boolean isSetHighlighter() -
getSmartcrop
Gets the value of the smartcrop property.- Returns:
- possible object is
SmartCropType
-
setSmartcrop
Sets the value of the smartcrop property.- Parameters:
value
- allowed object isSmartCropType
-
isSetSmartcrop
public boolean isSetSmartcrop() -
getMetadataUri
Gets the value of the metadataUri property.- Returns:
- possible object is
String
-
setMetadataUri
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() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withChannel
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
Sets the value of the audio property.- Parameters:
value
- allowed object isAnalyzeAudioType
- Returns:
- The class instance
-
withVideo
Sets the value of the video property.- Parameters:
value
- allowed object isAnalyzeVideoType
- Returns:
- The class instance
-
withHighlighter
Sets the value of the highlighter property.- Parameters:
value
- allowed object isHighlighterType
- Returns:
- The class instance
-
withSmartcrop
Sets the value of the smartcrop property.- Parameters:
value
- allowed object isSmartCropType
- Returns:
- The class instance
-
withMetadataUri
Sets the value of the metadataUri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBlackThresh
Sets the value of the blackThresh property.- Parameters:
value
- allowed object is float- Returns:
- The class instance
-
withBlackPercentage
Sets the value of the blackPercentage property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withBarsThresh
Sets the value of the barsThresh property.- Parameters:
value
- allowed object is float- Returns:
- The class instance
-
withBarsPercentage
Sets the value of the barsPercentage property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withFreezeThresh
Sets the value of the freezeThresh property.- Parameters:
value
- allowed object is float- Returns:
- The class instance
-
withFreezeTime
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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-