public static class ComplexJobVideoOutputType.GenerateThumbnails extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> <element name="minDelay" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="maxDelay" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="background" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="detectorPlugin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/> <element name="period" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="bulkyMetadataURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobVideoOutputType.GenerateThumbnails.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
background |
protected String |
bulkyMetadataURI |
protected String |
detectorPlugin |
protected TimeCodeType |
maxDelay |
protected TimeCodeType |
minDelay |
protected TimeCodeType |
period |
protected ResolutionType |
resolution |
protected List<String> |
uri |
Constructor and Description |
---|
GenerateThumbnails() |
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() |
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.EqualsStrategy strategy) |
String |
getBackground()
Gets the value of the background property.
|
String |
getBulkyMetadataURI()
Gets the value of the bulkyMetadataURI property.
|
String |
getDetectorPlugin()
Gets the value of the detectorPlugin property.
|
TimeCodeType |
getMaxDelay()
Gets the value of the maxDelay property.
|
TimeCodeType |
getMinDelay()
Gets the value of the minDelay property.
|
TimeCodeType |
getPeriod()
Gets the value of the period property.
|
ResolutionType |
getResolution()
Gets the value of the resolution property.
|
List<String> |
getUri()
Gets the value of the uri property.
|
boolean |
isSetBackground() |
boolean |
isSetBulkyMetadataURI() |
boolean |
isSetDetectorPlugin() |
boolean |
isSetMaxDelay() |
boolean |
isSetMinDelay() |
boolean |
isSetPeriod() |
boolean |
isSetResolution() |
boolean |
isSetUri() |
void |
setBackground(String value)
Sets the value of the background property.
|
void |
setBulkyMetadataURI(String value)
Sets the value of the bulkyMetadataURI property.
|
void |
setDetectorPlugin(String value)
Sets the value of the detectorPlugin property.
|
void |
setMaxDelay(TimeCodeType value)
Sets the value of the maxDelay property.
|
void |
setMinDelay(TimeCodeType value)
Sets the value of the minDelay property.
|
void |
setPeriod(TimeCodeType value)
Sets the value of the period property.
|
void |
setResolution(ResolutionType value)
Sets the value of the resolution property.
|
void |
unsetUri() |
ComplexJobVideoOutputType.GenerateThumbnails |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ComplexJobVideoOutputType.GenerateThumbnails |
withBackground(String value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withBulkyMetadataURI(String value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withDetectorPlugin(String value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withMaxDelay(TimeCodeType value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withMinDelay(TimeCodeType value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withPeriod(TimeCodeType value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withResolution(ResolutionType value) |
ComplexJobVideoOutputType.GenerateThumbnails |
withUri(Collection<String> values) |
ComplexJobVideoOutputType.GenerateThumbnails |
withUri(String... values) |
protected TimeCodeType minDelay
protected TimeCodeType maxDelay
protected String background
protected String detectorPlugin
protected ResolutionType resolution
protected TimeCodeType period
protected String bulkyMetadataURI
public List<String> getUri()
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 uri property.
For example, to add a new item, do as follows:
getUri().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUri()
public void unsetUri()
public TimeCodeType getMinDelay()
TimeCodeType
public void setMinDelay(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetMinDelay()
public TimeCodeType getMaxDelay()
TimeCodeType
public void setMaxDelay(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetMaxDelay()
public String getBackground()
String
public void setBackground(String value)
value
- allowed object is
String
public boolean isSetBackground()
public String getDetectorPlugin()
String
public void setDetectorPlugin(String value)
value
- allowed object is
String
public boolean isSetDetectorPlugin()
public ResolutionType getResolution()
ResolutionType
public void setResolution(ResolutionType value)
value
- allowed object is
ResolutionType
public boolean isSetResolution()
public TimeCodeType getPeriod()
TimeCodeType
public void setPeriod(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetPeriod()
public String getBulkyMetadataURI()
String
public void setBulkyMetadataURI(String value)
value
- allowed object is
String
public boolean isSetBulkyMetadataURI()
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 ComplexJobVideoOutputType.GenerateThumbnails withUri(String... values)
public ComplexJobVideoOutputType.GenerateThumbnails withUri(Collection<String> values)
public ComplexJobVideoOutputType.GenerateThumbnails withMinDelay(TimeCodeType value)
public ComplexJobVideoOutputType.GenerateThumbnails withMaxDelay(TimeCodeType value)
public ComplexJobVideoOutputType.GenerateThumbnails withBackground(String value)
public ComplexJobVideoOutputType.GenerateThumbnails withDetectorPlugin(String value)
public ComplexJobVideoOutputType.GenerateThumbnails withResolution(ResolutionType value)
public ComplexJobVideoOutputType.GenerateThumbnails withPeriod(TimeCodeType value)
public ComplexJobVideoOutputType.GenerateThumbnails withBulkyMetadataURI(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ComplexJobVideoOutputType.GenerateThumbnails visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.