Package com.vidispine.generated
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex typestatic class
Java class for anonymous complex typestatic class
Java class for anonymous complex typestatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnalyzeAudioJobType
protected AnalyzeJobType.Bars
protected AnalyzeJobType.Black
protected List<AnalyzeAudioChannelType>
protected AnalyzeJobType.Freeze
protected HighlighterType
protected SmartCropType
protected AnalyzeVideoJobType
-
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.getBars()
Gets the value of the bars property.getBlack()
Gets the value of the black property.Gets the value of the channel property.Gets the value of the freeze property.Gets the value of the highlighter 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
void
setAudio
(AnalyzeAudioJobType value) Sets the value of the audio property.void
setBars
(AnalyzeJobType.Bars value) Sets the value of the bars property.void
setBlack
(AnalyzeJobType.Black value) Sets the value of the black property.void
setFreeze
(AnalyzeJobType.Freeze value) Sets the value of the freeze property.void
setHighlighter
(HighlighterType value) Sets the value of the highlighter property.void
setSmartcrop
(SmartCropType value) Sets the value of the smartcrop property.void
setVideo
(AnalyzeVideoJobType value) Sets the value of the video property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudio
(AnalyzeAudioJobType value) Sets the value of the audio property.withBars
(AnalyzeJobType.Bars value) Sets the value of the bars property.withBlack
(AnalyzeJobType.Black value) Sets the value of the black 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 methodwithFreeze
(AnalyzeJobType.Freeze value) Sets the value of the freeze property.withHighlighter
(HighlighterType value) Sets the value of the highlighter property.withSmartcrop
(SmartCropType value) Sets the value of the smartcrop property.withVideo
(AnalyzeVideoJobType value) Sets the value of the video property.
-
Field Details
-
black
-
bars
-
freeze
-
channel
-
audio
-
video
-
highlighter
-
smartcrop
-
-
Constructor Details
-
AnalyzeJobType
public AnalyzeJobType()
-
-
Method Details
-
getBlack
Gets the value of the black property.- Returns:
- possible object is
AnalyzeJobType.Black
-
setBlack
Sets the value of the black property.- Parameters:
value
- allowed object isAnalyzeJobType.Black
-
isSetBlack
public boolean isSetBlack() -
getBars
Gets the value of the bars property.- Returns:
- possible object is
AnalyzeJobType.Bars
-
setBars
Sets the value of the bars property.- Parameters:
value
- allowed object isAnalyzeJobType.Bars
-
isSetBars
public boolean isSetBars() -
getFreeze
Gets the value of the freeze property.- Returns:
- possible object is
AnalyzeJobType.Freeze
-
setFreeze
Sets the value of the freeze property.- Parameters:
value
- allowed object isAnalyzeJobType.Freeze
-
isSetFreeze
public boolean isSetFreeze() -
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
AnalyzeAudioJobType
-
setAudio
Sets the value of the audio property.- Parameters:
value
- allowed object isAnalyzeAudioJobType
-
isSetAudio
public boolean isSetAudio() -
getVideo
Gets the value of the video property.- Returns:
- possible object is
AnalyzeVideoJobType
-
setVideo
Sets the value of the video property.- Parameters:
value
- allowed object isAnalyzeVideoJobType
-
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() -
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
-
withBlack
Sets the value of the black property.- Parameters:
value
- allowed object isAnalyzeJobType.Black
- Returns:
- The class instance
-
withBars
Sets the value of the bars property.- Parameters:
value
- allowed object isAnalyzeJobType.Bars
- Returns:
- The class instance
-
withFreeze
Sets the value of the freeze property.- Parameters:
value
- allowed object isAnalyzeJobType.Freeze
- Returns:
- The class instance
-
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 isAnalyzeAudioJobType
- Returns:
- The class instance
-
withVideo
Sets the value of the video property.- Parameters:
value
- allowed object isAnalyzeVideoJobType
- 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
-
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
-