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 AnalyzeAudioTypeprotected Integerprotected Floatprotected Integerprotected Floatprotected List<AnalyzeAudioChannelType>protected Floatprotected Floatprotected HighlighterTypeprotected Stringprotected SmartCropTypeprotected 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) booleanbooleanequals(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.intGets the value of the barsPercentage property.floatGets the value of the barsThresh property.intGets the value of the blackPercentage property.floatGets the value of the blackThresh property.Gets the value of the channel property.floatGets the value of the freezeThresh property.floatGets 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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAudio(AnalyzeAudioType value) Sets the value of the audio property.voidsetBarsPercentage(int value) Sets the value of the barsPercentage property.voidsetBarsThresh(float value) Sets the value of the barsThresh property.voidsetBlackPercentage(int value) Sets the value of the blackPercentage property.voidsetBlackThresh(float value) Sets the value of the blackThresh property.voidsetFreezeThresh(float value) Sets the value of the freezeThresh property.voidsetFreezeTime(float value) Sets the value of the freezeTime property.voidsetHighlighter(HighlighterType value) Sets the value of the highlighter property.voidsetMetadataUri(String value) Sets the value of the metadataUri property.voidsetSmartcrop(SmartCropType value) Sets the value of the smartcrop property.voidsetVideo(AnalyzeVideoType value) Sets the value of the video property.toString()voidvoidvoidvoidvoidvoidvoidvisit(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
setmethod 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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-