Package com.vidispine.generated
Class AnalyzeJobType
- java.lang.Object
-
- com.vidispine.generated.AnalyzeJobType
-
- 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 AnalyzeJobType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnalyzeJobType.Bars
Java class for anonymous complex type.static class
AnalyzeJobType.Black
Java class for anonymous complex type.static class
AnalyzeJobType.Freeze
Java class for anonymous complex type.static class
AnalyzeJobType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected AnalyzeAudioJobType
audio
protected AnalyzeJobType.Bars
bars
protected AnalyzeJobType.Black
black
protected List<AnalyzeAudioChannelType>
channel
protected AnalyzeJobType.Freeze
freeze
protected HighlighterType
highlighter
protected SmartCropType
smartcrop
protected AnalyzeVideoJobType
video
-
Constructor Summary
Constructors Constructor Description AnalyzeJobType()
-
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)
AnalyzeAudioJobType
getAudio()
Gets the value of the audio property.AnalyzeJobType.Bars
getBars()
Gets the value of the bars property.AnalyzeJobType.Black
getBlack()
Gets the value of the black property.List<AnalyzeAudioChannelType>
getChannel()
Gets the value of the channel property.AnalyzeJobType.Freeze
getFreeze()
Gets the value of the freeze property.HighlighterType
getHighlighter()
Gets the value of the highlighter property.SmartCropType
getSmartcrop()
Gets the value of the smartcrop property.AnalyzeVideoJobType
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
isSetBars()
boolean
isSetBlack()
boolean
isSetChannel()
boolean
isSetFreeze()
boolean
isSetHighlighter()
boolean
isSetSmartcrop()
boolean
isSetVideo()
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.void
unsetChannel()
AnalyzeJobType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AnalyzeJobType
withAudio(AnalyzeAudioJobType value)
AnalyzeJobType
withBars(AnalyzeJobType.Bars value)
AnalyzeJobType
withBlack(AnalyzeJobType.Black value)
AnalyzeJobType
withChannel(AnalyzeAudioChannelType... values)
AnalyzeJobType
withChannel(Collection<AnalyzeAudioChannelType> values)
AnalyzeJobType
withFreeze(AnalyzeJobType.Freeze value)
AnalyzeJobType
withHighlighter(HighlighterType value)
AnalyzeJobType
withSmartcrop(SmartCropType value)
AnalyzeJobType
withVideo(AnalyzeVideoJobType value)
-
-
-
Field Detail
-
black
protected AnalyzeJobType.Black black
-
bars
protected AnalyzeJobType.Bars bars
-
freeze
protected AnalyzeJobType.Freeze freeze
-
channel
protected List<AnalyzeAudioChannelType> channel
-
audio
protected AnalyzeAudioJobType audio
-
video
protected AnalyzeVideoJobType video
-
highlighter
protected HighlighterType highlighter
-
smartcrop
protected SmartCropType smartcrop
-
-
Method Detail
-
getBlack
public AnalyzeJobType.Black getBlack()
Gets the value of the black property.- Returns:
- possible object is
AnalyzeJobType.Black
-
setBlack
public void setBlack(AnalyzeJobType.Black value)
Sets the value of the black property.- Parameters:
value
- allowed object isAnalyzeJobType.Black
-
isSetBlack
public boolean isSetBlack()
-
getBars
public AnalyzeJobType.Bars getBars()
Gets the value of the bars property.- Returns:
- possible object is
AnalyzeJobType.Bars
-
setBars
public void setBars(AnalyzeJobType.Bars value)
Sets the value of the bars property.- Parameters:
value
- allowed object isAnalyzeJobType.Bars
-
isSetBars
public boolean isSetBars()
-
getFreeze
public AnalyzeJobType.Freeze getFreeze()
Gets the value of the freeze property.- Returns:
- possible object is
AnalyzeJobType.Freeze
-
setFreeze
public void setFreeze(AnalyzeJobType.Freeze value)
Sets the value of the freeze property.- Parameters:
value
- allowed object isAnalyzeJobType.Freeze
-
isSetFreeze
public boolean isSetFreeze()
-
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 AnalyzeAudioJobType getAudio()
Gets the value of the audio property.- Returns:
- possible object is
AnalyzeAudioJobType
-
setAudio
public void setAudio(AnalyzeAudioJobType value)
Sets the value of the audio property.- Parameters:
value
- allowed object isAnalyzeAudioJobType
-
isSetAudio
public boolean isSetAudio()
-
getVideo
public AnalyzeVideoJobType getVideo()
Gets the value of the video property.- Returns:
- possible object is
AnalyzeVideoJobType
-
setVideo
public void setVideo(AnalyzeVideoJobType value)
Sets the value of the video property.- Parameters:
value
- allowed object isAnalyzeVideoJobType
-
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()
-
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
-
withBlack
public AnalyzeJobType withBlack(AnalyzeJobType.Black value)
-
withBars
public AnalyzeJobType withBars(AnalyzeJobType.Bars value)
-
withFreeze
public AnalyzeJobType withFreeze(AnalyzeJobType.Freeze value)
-
withChannel
public AnalyzeJobType withChannel(AnalyzeAudioChannelType... values)
-
withChannel
public AnalyzeJobType withChannel(Collection<AnalyzeAudioChannelType> values)
-
withAudio
public AnalyzeJobType withAudio(AnalyzeAudioJobType value)
-
withVideo
public AnalyzeJobType withVideo(AnalyzeVideoJobType value)
-
withHighlighter
public AnalyzeJobType withHighlighter(HighlighterType value)
-
withSmartcrop
public AnalyzeJobType withSmartcrop(SmartCropType 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 AnalyzeJobType 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
-
-