public class AnalyzeJobType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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"/> <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int"/> </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"/> <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int"/> </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"/> <element name="time" type="{http://www.w3.org/2001/XMLSchema}int"/> </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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
protected AnalyzeAudioJobType |
audio |
protected AnalyzeJobType.Bars |
bars |
protected AnalyzeJobType.Black |
black |
protected List<AnalyzeAudioChannelType> |
channel |
protected AnalyzeJobType.Freeze |
freeze |
protected AnalyzeVideoJobType |
video |
Constructor and Description |
---|
AnalyzeJobType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
AnalyzeVideoJobType |
getVideo()
Gets the value of the video property.
|
boolean |
isSetAudio() |
boolean |
isSetBars() |
boolean |
isSetBlack() |
boolean |
isSetChannel() |
boolean |
isSetFreeze() |
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 |
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 |
withVideo(AnalyzeVideoJobType value) |
protected AnalyzeJobType.Black black
protected AnalyzeJobType.Bars bars
protected AnalyzeJobType.Freeze freeze
protected List<AnalyzeAudioChannelType> channel
protected AnalyzeAudioJobType audio
protected AnalyzeVideoJobType video
public AnalyzeJobType.Black getBlack()
AnalyzeJobType.Black
public void setBlack(AnalyzeJobType.Black value)
value
- allowed object is
AnalyzeJobType.Black
public boolean isSetBlack()
public AnalyzeJobType.Bars getBars()
AnalyzeJobType.Bars
public void setBars(AnalyzeJobType.Bars value)
value
- allowed object is
AnalyzeJobType.Bars
public boolean isSetBars()
public AnalyzeJobType.Freeze getFreeze()
AnalyzeJobType.Freeze
public void setFreeze(AnalyzeJobType.Freeze value)
value
- allowed object is
AnalyzeJobType.Freeze
public boolean isSetFreeze()
public List<AnalyzeAudioChannelType> getChannel()
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
public boolean isSetChannel()
public void unsetChannel()
public AnalyzeAudioJobType getAudio()
AnalyzeAudioJobType
public void setAudio(AnalyzeAudioJobType value)
value
- allowed object is
AnalyzeAudioJobType
public boolean isSetAudio()
public AnalyzeVideoJobType getVideo()
AnalyzeVideoJobType
public void setVideo(AnalyzeVideoJobType value)
value
- allowed object is
AnalyzeVideoJobType
public boolean isSetVideo()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public AnalyzeJobType withBlack(AnalyzeJobType.Black value)
public AnalyzeJobType withBars(AnalyzeJobType.Bars value)
public AnalyzeJobType withFreeze(AnalyzeJobType.Freeze value)
public AnalyzeJobType withChannel(AnalyzeAudioChannelType... values)
public AnalyzeJobType withChannel(Collection<AnalyzeAudioChannelType> values)
public AnalyzeJobType withAudio(AnalyzeAudioJobType value)
public AnalyzeJobType withVideo(AnalyzeVideoJobType value)
public AnalyzeJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.